Please read the last line on every message to r-help and particularly
note the requirement to provide reproducible code.  We don't have your
data so its not reproducible.  Also please clarify what you want
where.

On Tue, Nov 10, 2009 at 10:46 AM, MichelleJ <m.jack...@qmul.ac.uk> wrote:
>
> 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.
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to