Usage
cmip5data(x = list(), lonlat = TRUE, lonsize = 10, latsize = 10, Z = FALSE, Zsize = 5, time = TRUE, monthly = TRUE, randomize = FALSE, irregular = FALSE, verbose = FALSE, loadAs = "data.frame")
Arguments
x
A list or numeric. If x is a list then the fields are expected to match those of the returned cmip5data object. If x is a numeric sample data is created where the numeric indicates the years of sample data to return.
lonlat
Boolean indicating whether to create lon and lat dimensions
lonsize
Integer size of longitude dimension
latsize
Integer size of latitude dimension
Z
logical. Create Z dimension?
Zsize
integer. Size of Z dimension
time
logical. Create time dimension?
monthly
logical. Monthly (if not, annual) data?
randomize
logical. Random sample data?
irregular
logical. Irregular lon/lat grid?
verbose
logical. Print info as we go?
loadAs
a string identifying possible structures for values. Currently: 'data.frame' and 'array' the only valid options.