Learn R Programming

geonetwork (version 0.6.0)

plot.geonetwork: Plot a geonetwork

Description

Plot one or more attributes of a geonetwork on a map

Usage

# S3 method for geonetwork
plot(x, y, ...)

Arguments

x

Object of class geonetwork.

y

Ignored.

...

Further specifications passed to plot_sf.

Examples

Run this code
plot(eurodist, axes = TRUE, type = "n")
plot(sf::st_geometry(spData::world), col = "lightgray", add = TRUE)
plot(eurodist, axes = TRUE, add = TRUE)

Run the code above in your browser using DataLab