Displaying 2 results from an estimated 2 matches for "summdata".
Did you mean:
sum_data
2013 Sep 18
1
ggplot2: changing strip text in facet_grid and a legend text problem
...sm = rep(c('cyano', 'seston'), each = 200),
station = sample(c('B1', 'H2', 'H3', 'H4'), 400, replace = TRUE),
week = sample(c('19', '21', '23', '25'), 400, replace = TRUE))
names(mydata)
head(mydata)
str(mydata)
Summdata <- ddply(mydata, .(week, organism, year, station), summarise, mean = mean(D15N),
sd = sd(D15N))
p <- ggplot(mydata, aes(x = week, y = D15N)) +
(mapping=aes(group=interaction(week, organism))) +
facet_wrap(year~ station) +
theme_bw() +
geom_errorbar(data = Summd...
2013 Sep 19
3
lattice: double y - problem changing axis color after doubleYScale
Hi,
I have had some troubles using doubleYScale. No matter what I try, I cant manage to change the color of the y-axis in the end. I have to produce a black and white plot. There is also something I do not understand regarding fontfamilyj="serif" when using it in:
strip=strip.custom()
Maybe someone has a better idea for defining which line and dots belong to which y-axis when not using