Skip to content
Prev 76802 / 398502 Next

Plot of multiple data sets

On 9/7/05, St??phane Mattei <stephane.mattei at epfl.ch> wrote:
Others have already mentioned matplot, lines and points but just to add
to the list, if your problem is a time series then you could also use
plot.zoo:

library(zoo)
z <- zoo(MATRIX, x)
plot(z, plot.type ="single")  # one plot
plot(z) # separate plots