knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

occupancy

R build status pkgdown Lifecycle: experimental

The goal of occupancy is to be a one stop shop for the latest in Bayesian occupancy modeling. This package allows users to fit and analyze occupancy models in R.

Installation

You can install the development version of occupancy from GitHub with:

# install.packages("devtools")
devtools::install_github("StrattonCh/occupancy")

Example

This is a basic example which shows you how to solve a common problem:

library(occupancy)
## basic example code

Disclaimer

This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy

Although this software program has been used by the U.S. Geological Survey (USGS), no warranty, expressed or implied, is made by the USGS or the U.S. Government as to the accuracy and functioning of the program and related program material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.



StrattonCh/occupancy documentation built on Feb. 17, 2021, 6:36 a.m.