integerise.stppp {lgcp} | R Documentation |
integerise.stppp function
Description
Function for converting the times and time limits of an stppp object into integer values. Do this before estimating mu(t), and hence before creating the temporalAtRisk object. Not taking this step is possible in lgcp, but can cause minor complications connected with the scaling of mu(t).
Usage
## S3 method for class 'stppp'
integerise(obj, ...)
Arguments
obj |
an stppp object |
... |
additional arguments |
Value
The stppp object, but with integerised times.
[Package lgcp version 2.0 Index]