Skip to content

graphs with two different y-scales

2 messages · Nelson, Jerome Asselin

#
First, you have to choose a common scaling for both of your y-variates, so 
that you can use that scaling to plot your two variables. If you want to 
plot curves, then read ?curve.

Then, you can use the axis() function to define multiple (i.e. two) axes 
for your y-variates.

HTH,
Jerome
On July 25, 2003 01:49 pm, Nelson wrote: