powered by
update method for class "rppm".
update
"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.
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.
object
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