c2vsim.read.LandUse | R Documentation |
c2vsim.read.LandUse Reads the land use time series. For the IWFM version 3 it reads the CVland use. For the IWFM 15 it reads the files that have the _area suffix. The default values correspond to the coarse grid case version 3
c2vsim.read.LandUse(
filename,
NtimeSteps = 88,
Nelem = 1392,
Ninfo = 5,
colNames = NA,
Nskip = 95,
maxChar = 1000
)
filename |
The name of the file to read |
NtimeSteps |
The number of time steps in the file |
Nelem |
The number of elements |
Ninfo |
The number of columns to read |
Nskip |
The number of lines to skip before the timeseries |
maxChar |
The number of characters to read for each line |
The Land use
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.