View source: R/TraCE21ka_functions.R
loadHistoricalTraceGrids | R Documentation |
Title
loadHistoricalTraceGrids( files, vars = NULL, lonLim = c(-25, 25), latLim = c(25, 50), start_date = "1551-01-01", end_date = "1990-12-31", years = 1961:1990, dictionary = system.file("extdata", "TraCE21ka_dictionary.csv", package = "TraCE21kaDSR"), selection_vars = c("tas", "tasmax", "tasmin", "hurs@992.5561", "ps", "pr", "cld", "wss"), compute_wss = TRUE )
files |
TBW |
vars |
TBW |
lonLim |
TBW |
latLim |
TBW |
start_date |
TBW |
end_date |
TBW |
years |
TBW |
dictionary |
TBW |
selection_vars |
TBW |
compute_wss |
TBW |
TBW
# historical.files <- traceFileNames( # "Data/TraCE21ka/", 36) # data <- loadHistoricalTraceGrids(historical.files, # c("tas", "tasmax", "tasmin", "hurs@992.5561", # "ps", "pr", "cld", "u@992.5561", "v@992.5561"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.