Learn R Programming

wux (version 2.1-1)

CMIP5_example_changesignal: Climate change signals of example userinput for models2wux

Description

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

Usage

data(CMIP5_example_changesignal)

Arguments

Details

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

See Also

models2wux

Examples

Run this code
## thats what CMIP5_changesignal looks like
data("CMIP5_example_changesignal")
CMIP5_example_changesignal

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

Run the code above in your browser using DataLab