ecoClimate_getdata {wallace} | R Documentation |
ecoClimate_getdata
Description
download ecoClimate layers. more info at www.ecoclimate.org
Usage
ecoClimate_getdata(AOGCM, Baseline, Scenario, logger)
Arguments
AOGCM |
Select the AOGCM. Options are: "CCSM", "CNRM", "MIROC", "COSMOS", "FGOALS", "GISS", "IPSL", "MRI", "MPI" |
Baseline |
Select a baseline for the climatic layers. Options are: "Pre-industrial" (piControl-1760), "Historical" (1900-1949), "Modern" (1950-1999) |
Scenario |
Select a temporal scenario. Options are: "LGM" (21,000 years ago), "Holo" (6,000 years ago), "Present", "Future 2.6" (rcp 2.6), "Future 4.5" (rcp 4.5), "Future 6" (rcp 6), "Future 8.5" (rcp 8.5) |
logger |
Stores all notification messages to be displayed in the Log Window of Wallace GUI. Insert the logger reactive list here for running in shiny, otherwise leave the default NULL |
Examples
## Not run:
CCSM_mod_present <- ecoclimate_getdata("CCSM", "Modern", "Present")
dev.new()
plot(CCSM_mod_present)
## End(Not run)
[Package wallace version 2.1.3 Index]