Displaying 1 result from an estimated 1 matches for "relmeaneggsnest".
2009 Jul 01
0
help with superscripts in simple plots
Hello All,
When I use the following lines of code to create a plot and add labels
with R-square values the labels have a superscripted R2.
library(lattice)
xyplot(PropHatchedNests$Phatched + PropHatchedNests$PropNests +
PropHatchedNests$meanHSI + PropHatchedNests$RelMeanEggsNest ~
PropHatchedNests$Year, type = "b",
scales=list(tick.number=length(PropHatchedNests$Year)), ylab="Score",
xlab="Year", pch=c(1,4,5), col= c("black","blue", "red", "darkgreen"),
lty = c(1,12,9,16), main="Shar...