On Feb 2, 2007, at 8:07 AM, Lorenzo Isella wrote: > Dear All, > Say you want to plot, on the same figure two quantities, concentration > and temperature, both as function of the same variable. > I'd like to be able to put a certain label and scale on the y axis on > the left of the figure (referring to the temperature) and another > label and scale for the concentration on the right. > Any suggestion about what to do? > I am sure it is trivial, but I could not find what I needed on the > net. I found some reference about a plot.double function by Anne York, > but I do not think that I need anything so elaborate. > Many thanks > Sounds like you just need the following two commands probably:
?axis ?mtext > Lorenzo Haris ______________________________________________ [email protected] 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.
