plot.rsgeo | R Documentation |
Plot Geometries
## S3 method for class 'rsgeo'
plot(x, ...)
x |
an object of class |
... |
arguments passed to |
Plotting geometries utilizes wk::wk_plot()
. The rust geometries are
handled by first converting to an sfc
object in the wk::wk_handle()
method thus requiring both packages for plotting.
Nothing.
if (rlang::is_installed(c("sf", "wk"))) {
plot(geom_linestring(1:10, runif(10)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.