Define a projection to use with s2plot
1 2 3 4 5 6 7 8 9 10 11 12 13 | s2plot_projection_orthographic(point, rotation = 0)
s2plot_projection_default(geog, add = FALSE)
s2plot_prepare(projection, geog)
s2plot_project(projection, geog)
## S3 method for class 's2plot_projection_orthographic'
s2plot_prepare(projection, geog)
## S3 method for class 's2plot_projection_orthographic'
s2plot_project(projection, geog)
|
point |
The centre of the projection |
rotation |
Rotation |
geog |
A |
add |
Add to the current plot? Use |
projection |
Right now |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.