Hi,
I am trying to plot several time series plots with R, but I can't seem to get
the x-axis properly formatted. What I am doing at the moment is:
dates <- seq(as.Date("2007/06/10", "%Y/%m/%d"),
as.Date("2010/03/28", "%Y/%m/%d"), 7)
par(mfrow=c(5,2))
plot(DateJonEnd1, End1Jon, main="Weekly Tr
#How about this?
x1=6*(sin((0:100)*2*pi/100))+4
y1=6*(cos((0:100)*2*pi/100))+4
plot(x1,y1)
x2=c(1,9,3,4,8,4,2,0)
y2=c(3,6,8,2,4,1,9,6)
lines(x2,y2,type="b")
On Wed, Oct 29, 2008 at 2:48 PM, Alex99 <[EMAIL PROTECTED]> wrote:
>
> Hi there,
> I am trying to have a connectivity graph (two plots at on
2 matches
Mail list logo