Displaying 1 result from an estimated 1 matches for "pct_enr_fall2".
Did you mean:
pct_enr_fall1
2012 Apr 20
1
ggplot2: Legend title
..._point(size=3.5) +
scale_y_continuous(breaks=seq(0, 100, 10), limits=c(0, 100),
labels=paste(seq(0, 100, 10), "%", sep="")) +
scale_color_manual(values=c("orange", "red"),
breaks=c("PCT_ENR_FALL1", "PCT_ENR_FALL2"),
labels=c("1st fall", "2nd fall")) +
scale_fill_manual(values=c("orange", "red"),
breaks=c("PCT_ENR_FALL1", "PCT_ENR_FALL2"),
labels=c("1st fall", "2nd fa...