powered by
Plots a fitted Spatial Logistic Regression model.
# S3 method for slrm plot(x, ..., type = "intensity")
None.
a fitted spatial logistic regression model. An object of class "slrm".
"slrm"
Extra arguments passed to plot.im to control the appearance of the plot.
plot.im
Character string (partially) matching one of "probabilities", "intensity" or "link".
"probabilities"
"intensity"
"link"
Adrian Baddeley Adrian.Baddeley@curtin.edu.au and Rolf Turner rolfturner@posteo.net
This is a method for plot for fitted spatial logistic regression models (objects of class "slrm", usually obtained from the function slrm).
plot
slrm
This function plots the result of predict.slrm.
predict.slrm
slrm, predict.slrm, plot.im
X <- copper$SouthPoints Y <- copper$SouthLines Z <- distmap(Y) fit <- slrm(X ~ Z) plot(fit) plot(fit, type="link")
Run the code above in your browser using DataLab