Plot well-known geometry vectors
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 |
|
... |
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)")Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.