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

EagleModelCalc

EagleModelCalc is a wrapper for USFWS-developed formulas to estimate the annual fatality rate at a wind power facility. This wrapper was built by Joe Statwick at Arcadis U.S. Inc., who also made minor modifications to the model, in order to accomodate PCMM data, turbine operative rates, etc.

Installation

You can install the beta version of EagleModelCalc from GitHub by:

# First, install devtools if you dont have it installed already
# You may need to upgrade your R version if you get an error during installation
install.packages("devtools")
library(devtools)

# Install the EagleModelCalc package from github
install_github("josephstatwick/EagleModelCalc")

# Load the EagleModelCalc package
library(EagleModelCalc)

Example

If you're not familiar with R or the Eagle model, use the graphical user interface for data entry. It is easy to use, but not as full-featured as EagleModel(). It does not, for example, support multiple strata (seasons) at this time.

EagleModelGUI()

Otherwise, use EagleModel to enter data directly. Check out the help documentation for argument definitions.

?EagleModel


josephstatwick/EagleModelCalc documentation built on May 16, 2019, 4:55 p.m.