Description Usage Arguments Value
View source: R/readGridParams.R
Reads the parameters of the grid overlapped on the geographical of interest from a .csv file.
1 | readGridParams(gridFileName)
|
gridFileName |
The name of the file with the grid parameters. This file
could be the one generated by the simulation software or can be created with
any text editor. The grid file generated by the simulation software has the
following columns: |
Returns a list with the following items: nrow
- the number of
rows, i.e. the number of tiles in a column of the grid, ncol
- the
number of columns, i.e. the number of tiles in a row of the grid,
tileX
- the dimension of a tile on OX axis, tileY
- the
dimension of a tile on OY axis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.