plot.geonetwork: Plot a geonetwork

View source: R/plot.R

plot.geonetworkR 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 geonetwork.

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)

geonetwork documentation built on April 14, 2023, 9:09 a.m.