Learn R Programming

lgcp (version 1.0)

density.stppp: density...

Description

density.stppp function

Usage

## S3 method for class 'stppp':
density(x, bandwidth, ...)

Arguments

x
an stppp object
bandwidth
'bandwidth' parameter, equivanent to parameter sigma in ?density.ppp ie standard deviation of isotropic Gaussian smoothing kernel.
...
additional arguments to be passed to density.ppp

Value

  • bivariate density estimate of xyt; not this is a wrapper function for density.ppp

Details

A wrapper function for density.ppp.

See Also

density.ppp