Description Usage Arguments Value
View source: R/vic_relevents.R
Conver the point data, usually a table with columns including coordinates and values to grids.
1 | points2grid(points, x = NULL, y = NULL, val = NULL)
|
x |
Vector of x coordinates or hich column store the x cordinate. |
y |
Which column store the y cordinate. |
val |
Which column store the point value. |
grid |
A matrix of the gridded data. |
A matrix of the gridcell value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.