Friday, 15 May 2015

plot - R Time series scatterplot issue -


I have a problem with scatter plots in R. I am trying to plot the two time series but I always get a chart, the value of that year's value is the P-T value which I set. Each series has 120 values, this is the command:

  plot (x, y, pch = "+", col = heat.colors (120))  
< P>

you points

() function to plot more than one series. Think about your plot as a "canvas" and you are "painting" the extra layers with work.

<
  x  

No comments:

Post a Comment