superimpose.s2pp: Superimpose several point patterns on the sphere

View source: R/s2pp.R

superimpose.s2ppR Documentation

Superimpose several point patterns on the sphere

Description

Superimpose several point patterns on the sphere

Usage

## S3 method for class 's2pp'
superimpose(..., region = NULL, check = TRUE)

Arguments

...

Any number of arguments, each of which represents a point pattern on the sphere.

region

Optional. Object of class "s2region" determining the region for the resulting pattern.

check

Logical value passed to s2pp() determining whether to check the geometrical validity of the resulting pattern.

Value

Point pattern on the sphere of class "s2pp".

Examples

p1 <- s2runif(10)
p2 <- s2runif(20)
s1 <- superimpose(p1, p2)

spatstat/spatstat.sphere documentation built on Jan. 27, 2023, 2:59 a.m.