Skip to contents

This is just a wrapper function for removing specified offsets from a BiodiversityDistribution) object.

Usage

rm_latent(x)

# S4 method for BiodiversityDistribution
rm_latent(x)

Arguments

x

distribution() (i.e. BiodiversityDistribution) object.

Value

Removes a latent spatial effect from a distribution object.

See also

add_latent_spatial

Examples

if (FALSE) {
 rm_latent(model) -> model
}