Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

intensity.ppx

Intensity of a Multidimensional Space-Time Point Pattern


Description

Calculates the intensity of points in a multi-dimensional point pattern of class "ppx" or "pp3".

Usage

## S3 method for class 'ppx'
intensity(X, ...)

Arguments

X

Point pattern of class "ppx" or "pp3".

...

Ignored.

Details

This is a method for the generic function intensity. It computes the empirical intensity of a multi-dimensional point pattern (object of class "ppx" including "pp3"), i.e. the average density of points per unit volume.

If the point pattern is multitype, the intensities of the different types are computed separately.

Value

A single number or a numeric vector.

Author(s)

and Ege Rubak rubak@math.aau.dk

Examples

X <- osteo$pts[[1]]
  intensity(X)
  marks(X) <- factor(sample(letters[1:3], npoints(X), replace=TRUE))
  intensity(X)

spatstat.geom

Geometrical Functionality of the 'spatstat' Family

v2.1-0
GPL (>= 2)
Authors
Adrian Baddeley [aut, cre], Rolf Turner [aut], Ege Rubak [aut], Tilman Davies [ctb], Ute Hahn [ctb], Abdollah Jalilian [ctb], Sebastian Meyer [ctb], Suman Rakshit [ctb], Dominic Schuhmacher [ctb], Rasmus Waagepetersen [ctb]
Initial release
2021-04-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.