Skip to content
Prev 82504 / 398506 Next

plot

Thank you first.
Now there is no straight line in the plot.
when i using:
 aa <- C1[append(1:16,NA,after=8),]
 plot(aa,type="l")

But if C1 is a more than 16 ( time v.s. X1 ) list.
for example: 64 (time v.s. X1)
 aa <- C1[append(1:64,NA,after=8),]
just let one line disappear, others still appear
what should I do ?
thank in advance!!


2005/12/9, Robin Hankin <r.hankin at noc.soton.ac.uk>: