Plot a Fitted Spatial Logistic Regression
Plots a fitted Spatial Logistic Regression model.
## S3 method for class 'slrm' plot(x, ..., type = "intensity")
x |
a fitted spatial logistic regression model.
An object of class |
... |
Extra arguments passed to |
type |
Character string (partially) matching one of
|
This function plots the result of predict.slrm
.
None.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au adrian@maths.uwa.edu.au
and Rolf Turner r.turner@auckland.ac.nz
data(copper) X <- copper$SouthPoints Y <- copper$SouthLines Z <- distmap(Y) fit <- slrm(X ~ Z) plot(fit) plot(fit, type="link")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.