update
method for class "rppm"
.
# S3 method for rppm
update(object, ..., envir=environment(terms(object)))
Another fitted recursively partitioned point process model (object of
class "rppm"
.
Fitted recursively partitioned point process model.
An object of class "rppm"
,
obtained from rppm
.
Arguments passed to rppm
.
Environment in which to re-evaluate the call to rppm
.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au, Rolf Turner rolfturner@posteo.net and Ege Rubak rubak@math.aau.dk.
object
should be a fitted recursively partitioned point process model,
obtained from the model-fitting function rppm
.
The model will be updated according to the new arguments provided.
rppm
.
fit <- rppm(nztrees ~ x)
newfit <- update(fit, . ~ x + y)
Run the code above in your browser using DataLab