east_west: east_west

Description Usage Arguments Examples

Description

This function sets the right-most column (east) of raster to '1' (i.e. the source) and the left-most column (west) of the raster to '2' (i.e. the target)

Usage

1
east_west(raster)

Arguments

raster

Raster file of your study extent

Examples

1
2
r <- raster::raster(nrow=10, ncol=10)
east_west(r)

simon-tarr/condRtis documentation built on June 8, 2019, 3:46 a.m.