plot.geos_geometry | R Documentation |
Plot GEOS geometries
## S3 method for class 'geos_geometry'
plot(
x,
...,
asp = 1,
bbox = NULL,
xlab = "",
ylab = "",
rule = "evenodd",
add = FALSE,
simplify = 1,
crop = TRUE
)
x |
A GEOS geometry vector |
... |
Passed to plotting functions for features: |
asp , xlab , ylab |
Passed to |
bbox |
The limits of the plot as a |
rule |
The rule to use for filling polygons (see |
add |
Should a new plot be created, or should |
simplify |
A relative tolerance to use for simplification of geometries. Use 0 to disable simplification; use a higher number to make simplification coarser. |
crop |
Use |
The input, invisibly
plot(as_geos_geometry("LINESTRING (0 0, 1 1)"))
plot(as_geos_geometry("POINT (0.5 0.4)"), add = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.