plot.geonetwork {geonetwork} | R Documentation |
Plot a geonetwork
Description
Plot one or more attributes of a geonetwork on a map
Usage
## S3 method for class 'geonetwork'
plot(x, y, ...)
Arguments
x |
Object of class |
y |
Ignored. |
... |
Further specifications passed to plot_sf. |
Examples
plot(eurodist, axes = TRUE, type = "n")
plot(sf::st_geometry(spData::world), col = "lightgray", add = TRUE)
plot(eurodist, axes = TRUE, add = TRUE)
[Package geonetwork version 0.5.0 Index]