You can use lines() to add additional lines to your plot.

Sarah

On Sun, May 6, 2012 at 11:39 AM, Trying To learn again
<tryingtolearnag...@gmail.com> wrote:
> Hi,
>
> I want to plot this matrix (I attach the data), it is suposed that each
> column is a different time series.
>
> If I do
>
> g<-read.table("dataADF.txt", header=F)
>
> and
>
> plot(g[,1],type="l")
>
> it  plots the first column plot if I want in a unique graph each colums of
> dataA, all in one. How should I proceed?There is a direct pre-defined code?
>
> And  If I wanted a plot by each column?
>



-- 
Sarah Goslee
http://www.functionaldiversity.org

______________________________________________
R-help@r-project.org 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.

Reply via email to