rasterFromXYVect: rasterFromXYVect

Description Usage Arguments

Description

Creates empty raster

Usage

1
  rasterFromXYVect(xy, xrange = NA, yrange = NA, res = 100)

Arguments

xy

a data.frame or matrix. The first column are x coordinates and the second column are y coordinates

xrange

range of x

yrange

range of y

res

resolution


rhr documentation built on May 2, 2019, 6:06 p.m.

Related to rasterFromXYVect in rhr...