Skip to content
Back to formatted view

Raw Message

Message-ID: <403B473F.EAF9A4E7@stats.uct.ac.za>
Date: 2004-02-24T12:44:47Z
From: Allan Clark
Subject: r: plots

hi all

i have another probably simple question.

I have three variables say x, y and z. x and y are quite large and z is
relative small.
how can one plot the three variables on the same graph with two separate
axis?
(one for x and y and the other for z)

e.g.
x<-c(101,110,150,167,120)
y<-c(120,135,175,95,200)
z<-c(0.001, 0.15, 0.6, 0.8, 1)

regards
Allan