plot.s2pp | R Documentation |
Plot a spherical point pattern of class "s2pp"
in base graphics via the
globe package.
## S3 method for class 's2pp' plot( x, ..., add = FALSE, region = !add, longrid = 30, latgrid = 30, region_args = list() )
x |
Point pattern of class |
... |
parameters passed to |
add |
Logical to add the points to existing plot. |
region |
Either logical to add the boundary of the |
longrid |
Numeric defining a grid of longitude lines to be plotted if
|
latgrid |
Numeric defining a grid of latitude lines to be plotted if
|
region_args |
list of arguments passed to the plotting function for the region. |
NULL (invisibly)
ll <- seq(-20, 20, by = 5) co <- expand.grid(lon = ll, lat = ll) X <- s2pp(co, marks = co$lat) plot(unmark(X)) plot(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.