## thats what alpinesummer looks like
data("alpinesummer")
head(alpinesummer)
## it really is a timeseries! hooraay!
## get an idea what the data look like
require(lattice)
## Not run: xyplot(air_temperature ~ year|gcm,
# groups = acronym,
# data = alpinesummer,
# type = c("l", "g"),
# main = "JJA temperature of CMIP5 over Greater Alpine Region\nRCP 4.5 forcing")## End(Not run)
## have fun playing around with the data :)
Run the code above in your browser using DataLab