Learn R Programming

spatstat.model (version 3.3-1)

dppspecdenrange: Range of Spectral Density of a Determinantal Point Process Model

Description

Computes the range of the spectral density of a determinantal point process model.

Usage

dppspecdenrange(model)

Value

Numeric value (possibly Inf).

Arguments

model

Model of class "detpointprocfamily".

Author

Adrian Baddeley Adrian.Baddeley@curtin.edu.au

Rolf Turner rolfturner@posteo.net

and Ege Rubak rubak@math.aau.dk

See Also

dppspecden

Examples

Run this code
m <- dppBessel(lambda=100, alpha=0.05, sigma=1, d=2)
dppspecdenrange(m)

Run the code above in your browser using DataLab