| plot.slrm {spatstat.model} | R Documentation |
Plot a Fitted Spatial Logistic Regression
Description
Plots a fitted Spatial Logistic Regression model.
Usage
## S3 method for class 'slrm'
plot(x, ..., type = "intensity")
Arguments
x |
a fitted spatial logistic regression model.
An object of class |
... |
Extra arguments passed to |
type |
Character string (partially) matching one of
|
Details
This is a method for plot for fitted spatial logistic
regression models (objects of class "slrm", usually obtained
from the function slrm).
This function plots the result of predict.slrm.
Value
None.
Author(s)
Adrian Baddeley Adrian.Baddeley@curtin.edu.au and Rolf Turner rolfturner@posteo.net
See Also
Examples
X <- copper$SouthPoints
Y <- copper$SouthLines
Z <- distmap(Y)
fit <- slrm(X ~ Z)
plot(fit)
plot(fit, type="link")
[Package spatstat.model version 3.3-1 Index]