[R] Titles on panel graphs created in zoo

MichelleJ m.jackson at qmul.ac.uk
Tue Nov 10 16:46:52 CET 2009


I have a plotted a stacked panel graph (single x axis and multiple y axis)
using the package zoo and would like to add a title for each separate panel.
I am using the script: 

z <- with(mydata,zoo(cbind(mydata$Water.level,mydata$Submerged.plants,
mydata$Crayfish.CPUE,mydata$Carp.CPUE),Year))

plot(z,type="b",pch=16,lty=2,xlab="Year",ylab=c("Metres","Realtive density",
"CPUE","CPUE"),main="")

Any help would be much appreciated.

M
-- 
View this message in context: http://old.nabble.com/Titles-on-panel-graphs-created-in-zoo-tp26285713p26285713.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list