Dear R users,
I have two vectors : x and y. x takes negative values and y positive ones.
I write :
> plot(x)
> lines(y)
However because y takes positive values, I cannot see y.
What can I do ?
Thank you very much,
Gustave
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.