methods.lppm {spatstat} | R Documentation |
These are methods for the class "lppm"
of fitted point process
models on a linear network.
## S3 method for class 'lppm' coef(object, ...) ## S3 method for class 'lppm' extractAIC(fit, ...) ## S3 method for class 'lppm' formula(x, ...) ## S3 method for class 'lppm' logLik(object, ...) ## S3 method for class 'lppm' plot(x, ..., type="trend") ## S3 method for class 'lppm' print(x, ...) ## S3 method for class 'lppm' terms(x, ...) ## S3 method for class 'lppm' update(object, ...)
object,fit,x |
An object of class |
... |
Arguments passed to other methods, usually the
method for the class |
type |
Character string (either |
These are methods for the generic commands
coef
,
extractAIC
,
formula
,
logLik
,
plot
,
print
,
terms
and
update
for the class "lppm"
.
See the default methods.
Adrian Baddeley Adrian.Baddeley@csiro.au http://www.maths.uwa.edu.au/~adrian/
example(lpp) fit <- lppm(X, ~x) print(fit) plot(fit) coef(fit) formula(fit) terms(fit) logLik(fit) extractAIC(fit) update(fit, ~1)