Displaying 1 result from an estimated 1 matches for "fgroup".
Did you mean:
group
2011 Aug 19
1
Lattice help: Dotplot
With Dotplot, I'm trying to make a figure that will ultimately have the same
x-axis (which will be my response variable and the error bars), but the
y-axis will consist of a different label for every point. Here's my code:
Dotplot(fTaxonGrouped ~ Cbind(normSlope,normLwr,normUpr)|fGroup,
groups=fEpoch,
pch=c(17,15,19), col=c(3:1),
scales = list(
y = list(relation = "sliced",axs = "r", alternating = 0,tick.number=10),
x = list(tick.number = 6)
))
It ALMOST does exactly what I. There are six small graphs, and each
datapoint has a unique value on the y-a...