Learn R Programming

movecost (version 3.0.0)

plot.movecost_surface: Plot a movecost cost surface

Description

Returns a ggplot object showing the per-cell cost raster (walking speed in km/h for speed-based functions, conductance otherwise) with a translucent slope-shade overlay.

Usage

# S3 method for movecost_surface
plot(x, transp = 0.5, ...)

Value

A ggplot object (draw it by printing; customise it with +).

Arguments

x

a movecost_surface object.

transp

transparency of the slope-shade overlay (0.5 by default).

...

unused.

See Also

mc_surface