Displaying 1 result from an estimated 1 matches for "msg84387".
Did you mean:
msg00387
2008 Oct 28
1
lattice: overlap histogram
Dear R users,
Is it possible to have an overlap histogram plot? For example:
stuff <- data.frame(Mode = c("Land", "Air"), AgeGroup = c("Young", "Adult",
"Old"), Value = sample(1:300))
histogram( ~Value | AgeGroup * Mode, data = stuff, auto.key = TRUE)
Instead of having 2 * 3 panel, I want to have just 3 panel, overlapping the
"Mode"