Plot a spatial layer
plot_layer.Rd
This function plots a spatial layer as returned from
get_spatial_layer
.
Usage
plot_layer(x, ...)
plot_layer.sf(
x,
outline_poly = NULL,
outline_size = 1.2,
outline_color = "gray30",
plot_pkg = "ggplot",
...
)
Arguments
- x
An sf or Raster* object as returned from a
get_*_layer
function- ...
Additional arguments to
plot_layer
- outline_poly
Optional. An sf polygon to outline
sf_data
for context- outline_size
Numeric argument that controls width of parameter
- outline_color
A character vector of a valid color
- plot_pkg
Character. The plotting environment to use. Either "ggplot" (default) or "base"