Displaying 1 result from an estimated 1 matches for "shading_max".
2009 May 21
1
vcd package --- change layout of plot
...side-by-side plots for Cities PX,
SF are shrunk too much. Stacking PX on top of SF would make for a
better plot. (I could switch the order of Feature and Rank dimensions,
and go with the default side-by-side, but would prefer not to).
(1)
cotabplot(~ Rank + Feature| Cities, data = Pack.dat, gp = shading_max,
rot_labels = c(90, 0, 0, 0),just_labels = c("left", "left",
"left", "right"),set_varnames = c(Feature = ""))
Reading the vcd help, I got lost trying to understand the
panel-generating parameters I should use. My best guess was below (2),
but gav...