On Thu, Sep 15, 2011 at 2:29 PM, markm0705 wrote:
> Dear R helpers
>
> I would like to move the x-axis labels, which plot automatically at the base
> of a dot plot to the top of the plot. Is there a way to do this?
Use 'alternating=2' in scales:
scales = list(x = list(log = 10, alternating =
Dear R helpers
I would like to move the x-axis labels, which plot automatically at the base
of a dot plot to the top of the plot. Is there a way to do this?
Code snippet below
with(Cal_dat,
dotplot(reorder(paste(Mine,Company), Resc_Gt) ~ Resc_Gt,
fill_var = Commodity,
2 matches
Mail list logo