util_tibble2raster: Converts tibble data into a raster

Description Usage Arguments Details Value Examples

Description

Writes spatial tibble values into a raster.

Usage

1
2
3

Arguments

x

a tibble

Details

Writes tiles with coordinates from a tibble into a raster. Resolution is set to 1 and the extent will be c(0, max(x), 0, max(y)).

You can directly convert back the result from 'util_raster2tibble()' without problems. If you have altered the coordinates or otherwise played with the data, be careful while using this function.

Value

Raster* object

Examples

1
2
3

landscapetools documentation built on May 1, 2019, 9:22 p.m.