read.input.yearband | R Documentation |
Read one year and one band of LPJ clm data, and return a vector of the select year and band.
read.input.yearband(filename, year, band, data.size, with.scalar = TRUE)
filename |
input file path |
year |
absolute value of select year, e.g. 1900 |
band |
band |
data.size |
data size of input data, generally equal to 2. |
vector of npix
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.