powered by
## S3 method for class 'slrm': plot(x, ..., type = "intensity")
"slrm"
plot.im
"probabilities"
"intensity"
"link"
plot
slrm
This function plots the result of predict.slrm.
predict.slrm
data(copper) 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