Learn R Programming

wux (version 2.1-1)

CMIP5_example_timeseries: Climate change signals of example userinput for models2wux

Description

This example of a WUX data.frame is the result of running userinput_CMIP5_timeseries with models2wux.

Usage

data(CMIP5_example_timeseries)

Arguments

Details

You can download the NetCDF files from ESGF using {CMIP5fromESGF}.

See Also

models2wux

Examples

Run this code
## thats what CMIP5_timeseries looks like
data("CMIP5_example_timeseries")
head(CMIP5_example_timeseries)

## You can run models2wux to get the same result as
## above.
data(userinput_CMIP5_timeseries)
data(modelinput_test)
## You must have downloaded the example NetCDF files according to
## "modelinput_test" in order to run "models2wux". See the examples of
## ?CMIP5fromESGF or ?modelinput_test.  
CMIP5_example_timeseries <- models2wux(userinput_CMIP5_timeseries,
                                modelinput = modelinput_test)

Run the code above in your browser using DataLab