The goal of bisonpicsuite
is to make it easy to install and load the
bisonpic
suite of R packages for visualizing and analyzing wood
BISON camera trap (PIC) data.
The packages are designed to facilitate data exploration and analysis of
wood bison camera trap data, using underlying functions to visualize and
analyze data (bisonpictools
) and Shiny applications that streamline
the data visualization (shinybisonpic
) and data analysis
(runbisonpic
) processes.
The data are analyzed using an Bayesian Integrated Population Model, which combines a stage-structured population projection matrix model with multiple sources of data into a unified framework, allowing for estimates of age-sex class ratios, population vital rates, and abundances, while maintaining the correct propagation of uncertainty. See the analytical methods vignette for more detail on the modeling approach.
You can install the latest version of bisonpicsuite
from
GitHub with:
# install.packages("remotes")
remotes::install_github("poissonconsulting/bisonpicsuite")
To load bisonpicsuite
, execute the following line of code.
library(bisonpicsuite)
The packages installed and loaded by bisonpicsuite
suite are:
bisonpicsuite
was inspired by the
tidyverse
package.
Additional information is available from the
bisonpicsuite
and
bisonpictools
websites, which contain the following articles:
bisonpicsuite
bisonpictools
To report bugs/issues/feature requests, please file an issue.
If you would like to contribute to the package, please see our CONTRIBUTING guidelines.
Please note that the bisonpicsuite
project is released with a
Contributor Code of
Conduct.
By contributing to this project, you agree to abide by its terms.
Copyright 2023 Province of Alberta
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.