update.rppm | R Documentation |
update
method for class "rppm"
.
## S3 method for class 'rppm'
update(object, ..., envir=environment(terms(object)))
object |
Fitted recursively partitioned point process model.
An object of class |
... |
Arguments passed to |
envir |
Environment in which to re-evaluate the call to |
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.
Another fitted recursively partitioned point process model (object of
class "rppm"
.
.
rppm
.
fit <- rppm(nztrees ~ x)
newfit <- update(fit, . ~ x + y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.