wk-methods | R Documentation |
Compatibility with the wk package
## S3 method for class 'geos_geometry'
wk_handle(handleable, handler, ...)
geos_geometry_writer()
## S3 method for class 'geos_geometry'
wk_writer(handleable, ...)
handleable |
A geometry vector (e.g., |
handler |
A wk_handler object. |
... |
Passed to the |
The result of the handler
library(wk)
wk_handle(as_geos_geometry("POINT (1 2)"), wk::wkt_writer())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.