powered by
Plot Geometries
# S3 method for rsgeo plot(x, ...)
Nothing.
an object of class rsgeo
rsgeo
arguments passed to wk::wk_plot()
wk::wk_plot()
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.
sfc
wk::wk_handle()
if (rlang::is_installed(c("sf", "wk"))) { plot(geom_linestring(1:10, runif(10))) }
Run the code above in your browser using DataLab