plot.movecost_boundary: Plot cost-limit boundaries
Description
Returns a ggplot object showing the DTM with the cost-limit boundary
polygon of each origin.
Usage
# S3 method for movecost_boundary
plot(x, transp = 0.5, ...)
Value
A ggplot object (draw it by printing; customise it with +).
Arguments
- x
a movecost_boundary object.
- transp
transparency of the slope-shade overlay (0.5 by default).
- ...
unused.