A collection of scripts/functions designed to examine and visualise patterns and trends from occupancy models. This package builds on the occupancy outputs of the occDetFunc function from the Sparta R package.
Use the devtools
package to install.
# install.packages("devtools")
# NOTE: If you have not installed devtools before you will need to restart your R session
library(devtools)
# Install TrendSummaries
install_github('GPowney/TrendSummaries')
# Load TrendSummaries
library(TrendSummaries)