points2grid: Convert the point data (a table including columns of the...

Description Usage Arguments Value

View source: R/vic_relevents.R

Description

Conver the point data, usually a table with columns including coordinates and values to grids.

Usage

1
points2grid(points, x = NULL, y = NULL, val = NULL)

Arguments

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.

Value

A matrix of the gridcell value.


Sibada/sibadaR documentation built on Jan. 31, 2020, 6:40 p.m.