s2_plot | R Documentation |
Plot S2 Geographies
s2_plot(
x,
...,
asp = 1,
xlab = "",
ylab = "",
rule = "evenodd",
add = FALSE,
plot_hemisphere = FALSE,
simplify = TRUE,
centre = NULL
)
x |
A |
... |
Passed to plotting functions for features: |
asp , xlab , ylab |
Passed to |
rule |
The rule to use for filling polygons (see |
add |
Should a new plot be created, or should |
plot_hemisphere |
Plot the outline of the earth |
simplify |
Use |
centre |
The longitude/latitude point of the centre of the orthographic projection |
The input, invisibly
s2_plot(s2_data_countries())
s2_plot(s2_data_cities(), add = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.