rpoisspp: Generate Poisson point pattern on sphere

Description Usage Arguments Value Examples

Description

Generate Poisson point pattern on sphere

Usage

1
rpoisspp(lambda, domain = NULL, nsim = 1, ..., drop = TRUE)

Arguments

lambda

Intensity. Either a single positve numeric or a vector of length nsim indicating the intensity in each of the nsim generated patterns.

domain

Object of class "sphericaldomain".

nsim

Number of simulated realisations to be generated.

...

Arguments passed to sphere if the domain is not otherwise specified.

drop

Logical. If nsim=1 and drop=TRUE (the default), the result will be a spherical point pattern, rather than a list containing a spherical point pattern.

Value

List of nsim spherical point patterns (of class "spp"). Or a spherical point pattern if nsim=1 and drop=TRUE (the default).

Examples

1

rubak/spatstatsphere documentation built on May 28, 2019, 9:56 a.m.