print.scampr: Print for objects of class 'scampr'

View source: R/print.scampr.R

print.scamprR Documentation

Print for objects of class 'scampr'

Description

Print for objects of class 'scampr'

Usage

## S3 method for class 'scampr'
print(x, ...)

Arguments

x

a scampr model object

...

NA

Value

printed argument - subset of summary.scampr

Examples

# 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

ElliotDovers/scampr documentation built on March 17, 2024, 3:27 p.m.