calculate_remoteness_from_binary_raster: Calculate Remoteness Binary raster

Description Usage Arguments Value

View source: R/remoteness_functions.R

Description

When given a binary raster depicting a shape calculate.remoteness.from.binary.raster tells for each pixel, how far it is from the shape

Usage

1
2
calculate_remoteness_from_binary_raster(binary.raster, outer.diam.in.m = 10000
  * 2, inner.diam.in.m = 1500 * 2, plott = F)

Arguments

binary.raster

A binary raster with dimensions in m

outer.diam.in.m

The diameter of the disk inside which to calculated distance. In meters.

inner.diam.in.m

The diameter of the disk outside which to calculated distance. In meters.

plott

Should the output be plotted?

Value

A raster with distance values.


pieterbeck/CanHeMonR documentation built on May 25, 2019, 7:11 a.m.