##load data
data(mesa.data)
##standard plot
plotMonitoringLoc(mesa.data)
##different names/colours/etc
plotMonitoringLoc(mesa.data, main="A nice plot", col=c("green","blue"),
legend.names=c("Sites of one type", "..and of the other"),
legend.loc="bottomleft")
##composite time-trend
plotMonitoringLoc(mesa.data, obsplot=TRUE)
Run the code above in your browser using DataLab