wkt_plot {wkutils} | R Documentation |
Plot well-known geometry vectors
Description
These plot functions are intended to help debug geometry vectors, and are not intended to be high-performance.
Usage
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
)
Arguments
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 |
Value
x
, invisibly
Examples
wkt_plot("POINT (30 10)")
[Package wkutils version 0.1.3 Index]