print.scampr | R Documentation |
Print for objects of class 'scampr'
## S3 method for class 'scampr'
print(x, ...)
x |
a scampr model object |
... |
NA |
printed argument - subset of summary.scampr
# Get the gorilla nesting data
dat <- gorillas
# Standardise the elevation covariate
dat$elev.std <- scale(dat$elevation)
# Fit a scampr model to the point pattern
m <- scampr(pres ~ elev.std, data = dat, include.sre = F)
m
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.