Convenience wrapper function for tidyterra::geom_spatraster()
.
Requires the ggplot2
and tidyterra
packages.
Usage
# S3 method for class 'SpatRaster'
gg(data, ...)
See also
Other geomes for spatial data:
gg()
,
gg.SpatialGridDataFrame()
,
gg.SpatialLines()
,
gg.SpatialPixels()
,
gg.SpatialPixelsDataFrame()
,
gg.SpatialPoints()
,
gg.SpatialPolygons()
,
gg.sf()
Examples
if (require("ggplot2", quietly = TRUE) &&
requireNamespace("terra", quietly = TRUE) &&
require("tidyterra", quietly = TRUE)) {
# Load Gorilla covariates
gcov <- gorillas_sf_gcov()
# Plot the pixel centers
ggplot() +
gg(gcov$elevation)
}
#>
#> Attaching package: ‘tidyterra’
#> The following object is masked from ‘package:stats’:
#>
#> filter