Overview
This is the code associated with CWS Ontario’s preferred approach to sampling Boreal Birds in our boreal forest. The code should allow you to start understanding our process. The vignettes associated with the package are a good place to start.
Installation
The simpliest way to install “BASSr” is from r-universe:
install.packages("BASSr",
repos = "https://dhope.r-universe.dev" )
This will allow you to install from a binary version.
Devlopment version
Install the development version from GitHub:
remotes::install_github("dhope/BASSr")
This will require compiling from source and could need additional installations of external software.
Learn to use
The easiest way to dig into using the BASSr
package is using the documentation webpage
There currently are a few in progress vignettes that will help you get started.
- Getting started with BASSr (
vignette("BASSr")
) - Some real data examples (
vignette("BASSr_real")
) - Step by step of benefit calculation (
vignette("BASS_Benefit_Step_by_Step")
) - Details of cost model (
vignette("CostBreakDown")
)