Displaying 2 results from an estimated 2 matches for "wbirdm".
2009 Mar 24
1
Help with lattice
...th lattice and I don't understand how to set the size of the
text for the labels. Can anyone suggest a solution?
I'm establishing a melted dataframe first and then setting a key and
calling the plot as follows;
> key.variable <- list(space = "right", text =
list(levels(wbirdm$variable)), points = list(pch = 1:3, col=c(1:9)))
> dotplot(wbirdm$value ~ wbirdm$variable | wbirdm$Region, col=c(1:9), pch=
rep(c(1:3), key = key.variable, groups=wbirdm$variable, ylab= "Mean HSI"))
This works pretty well, with the exception that the size of x axis labels
is too l...
2009 Mar 25
1
Requesting help with lattice again
...(Wbirdsm$HSI ~ WBirdsm$"interaction between Scenario and
HydroState") ~ Wbirdsm$Region)
The second question refers back to my original posting.
2) # using dotplot instead of barchart I use the following code.
> key.variable <- list(space = "right", text =
list(levels(wbirdm$variable)), points = list(pch = 1:3,
col=c("red","green", "blue")))
> dotplot(wbirdm$value ~ wbirdm$variable | wbirdm$Region, col=c(1:9), pch=
rep(c(1:3), key = key.variable, groups=wbirdm$variable, ylab= "Mean
HSI"))
> # However the key legend d...