Plot well-known geometry vectors
Plot well-known geometry vectors
## S3 method for class 'wk_wkt' plot( x, ..., asp = 1, bbox = NULL, xlab = "", ylab = "", rule = "evenodd", add = FALSE ) ## S3 method for class 'wk_wkb' plot( x, ..., asp = 1, bbox = NULL, xlab = "", ylab = "", rule = "evenodd", add = FALSE ) ## S3 method for class 'wk_xy' plot(x, ..., asp = 1, bbox = NULL, xlab = "", ylab = "", add = FALSE) ## S3 method for class 'wk_rct' plot(x, ..., asp = 1, bbox = NULL, xlab = "", ylab = "", add = FALSE) ## S3 method for class 'wk_crc' plot(x, ..., asp = 1, bbox = NULL, xlab = "", ylab = "", add = FALSE)
x |
|
... |
Passed to plotting functions for features: |
asp |
Passed to |
bbox |
The limits of the plot in the form returned by |
xlab |
Passed to |
ylab |
Passed to |
rule |
The rule to use for filling polygons (see |
add |
Should a new plot be created, or should |
The input, invisibly.
# requires the wkutils package
if (requireNamespace("wkutils")) {
plot(as_wkt("LINESTRING (0 0, 1 1)"))
plot(as_wkb("LINESTRING (0 0, 1 1)"))
}Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.