wkt_plot | R Documentation |
These plot functions are intended to help debug geometry vectors, and are not intended to be high-performance.
wkt_plot( x, ..., asp = 1, bbox = NULL, xlab = "", ylab = "", rule = "evenodd", add = FALSE ) wkb_plot( x, ..., asp = 1, bbox = NULL, xlab = "", ylab = "", rule = "evenodd", add = FALSE )
x |
A |
... |
Passed to plotting functions for features: |
asp, xlab, ylab |
Passed to |
bbox |
The limits of the plot in the form returned by |
rule |
The rule to use for filling polygons (see |
add |
Should a new plot be created, or should |
x
, invisibly
wkt_plot("POINT (30 10)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.