read.input.yearbands | R Documentation |
Read one year and all bands of LPJ clm data, and return an ncells by nbands array.
read.input.yearbands(filename, year, bands = NULL, data.size)
filename |
input file path |
year |
absolute value of select year, e.g. 1900 |
bands |
a vector of selected bands, if not specified read all bands. |
data.size |
data size of input data, generally equal to 2. |
vector of $ncells * bands$
read.input.yearband("temp.clm", 1983, 1, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.