| plot.kriged_surfaces {Morphoscape} | R Documentation |
Plots Kriged surfaces of functional characteristics
Description
plot.kriged_surfaces() produces spatial landscape plots of kriged surfaces produced by krige_surf.
Usage
## S3 method for class 'kriged_surfaces'
plot(x, alpha = 0.5, pt.col = "black",
interpolate = TRUE, contour = TRUE, ...)
Arguments
x |
a |
alpha, pt.col |
when a |
interpolate |
|
contour |
|
... |
ignored. |
Details
plot.kriged_surfaces() is a wrapper for ggplot2 raster plotting functions. For more precise control of raster plotting see ggplot2::geom_raster.
Value
A ggplot object, which can be further manipulated using ggplot2 functionality.
See Also
ggplot2::ggplot, ggplot2::geom_raster, and ggplot2::geom_contour for the underlying plotting functions. See also sp::spplot for alternative plotting functions.
krige_surf for generating the kriged surfaces. krige_new_data for adding a new_data component to an existing kriged surface before plotting.
Examples
# See examples at help("krige_surf")