Description Usage Arguments Value Examples
These functions are basic plot implementations for the geovctrs types.
Similar plot()
methods are available for well-known types
in the wkutils package.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ## S3 method for class 'geovctrs_xy'
plot(
x,
...,
add = FALSE,
asp = 1,
bbox = geo_bbox(x, finite = TRUE),
xlab = "",
ylab = ""
)
## S3 method for class 'geovctrs_segment'
plot(
x,
...,
add = FALSE,
asp = 1,
bbox = geo_bbox(x, finite = TRUE),
xlab = "",
ylab = ""
)
## S3 method for class 'geovctrs_rect'
plot(
x,
...,
add = FALSE,
asp = 1,
bbox = geo_bbox(x, finite = TRUE),
xlab = "",
ylab = ""
)
|
x |
A geometry-like object, or one that can be
coerced to a geometry-like object using |
... |
Passed to plotting functions for features: |
add |
Should the object be added the current plot? |
asp, xlab, ylab |
Passed to |
bbox |
The limits of the plot. Defaults to |
x
, invisibly.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.