View source: R/plot.kriged_surfaces.R
plot.kriged_surfaces | R Documentation |
plot.kriged_surfaces()
produces spatial landscape plots of kriged surfaces produced by krige_surf
.
## S3 method for class 'kriged_surfaces'
plot(x, alpha = 0.5, pt.col = "black",
interpolate = TRUE, contour = TRUE, ...)
x |
a |
alpha, pt.col |
when a |
interpolate |
|
contour |
|
... |
ignored. |
plot.kriged_surfaces()
is a wrapper for ggplot2 raster plotting functions. For more precise control of raster plotting see ggplot2::geom_raster
.
A ggplot
object, which can be further manipulated using ggplot2 functionality.
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.
# See examples at help("krige_surf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.