alpinesummer: Timeseries example of CMIP5 data over Greater Alpine Region...

Description Usage See Also Examples

Description

An example temperature timerseries for one subregion Greater Alpine Region (GAR) models2wux in summer (JJA) of the CMIP5 ensemble for RCP 4.5. This is what a timeseries result from models2wux would look like.

Usage

1

See Also

models2wux

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## 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 :)

wux documentation built on May 2, 2019, 4:03 p.m.