[R] Space between bars in barplot
Richard.Cotton at hsl.gov.uk
Richard.Cotton at hsl.gov.uk
Thu Oct 9 09:25:30 CEST 2008
> with the "space" parameter it is possible to change the gap / distance
> between the bars, but is it also
> possible to change the "space" after each 6th bar?
> So for example you have bars from 1 to 6 then a large gap and then the
next
> six bars from 7 to 12
Try, for example
y <- runif(13)
y[7] <- NA
barplot(y)
Regards,
Richie.
Mathematical Sciences Unit
HSL
------------------------------------------------------------------------
ATTENTION:
This message contains privileged and confidential inform...{{dropped:20}}
More information about the R-help
mailing list