Skip to content

R package for analyzing survey aerial photos and estimating the pup production of harp and hooded seals.

Notifications You must be signed in to change notification settings

eirenjacobson/pupR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The pupR package

T. A. Øigård and M. Biuw

Overview

The pupR package is a R-package for estimating the pup production of harp and hooded seals in the West Ice (along the coast of Greenland). Abundance estimation of other populations is possible as long as similar input data is available. The package fits available (photographic) count data (from aerial photos) and estimates the abundance of the population of interest. Any type of count data can be used to estimate the abundance or total numbers for a specified area.

Instructions on how to use pupR is found in the vignette.

Installation

Dependencies of other R-packages will be automatically installed when installing the pupR package.

The most recent version of pupR is hosted on a git repository at https://github.com/NorskRegnesentral/pupR.git.

To install the R-package directly from the repository use the following command (note: the R-package devtools has to be installed first)

devtools::install_github("https://github.com/NorskRegnesentral/pupR.git", build_vignettes = TRUE)

In order to load the package type:

library(pupR)

Instructions on how to use pupR is found in the vignette.

To load the vignette type:

vignette("howToUse_pupR",package = "pupR")

The vignette will be opened in a system specified viewer. For a HTML version of the vignette (recommended) use

browseVignettes()

and scroll down to the pupR package.

About

R package for analyzing survey aerial photos and estimating the pup production of harp and hooded seals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 97.9%
  • C++ 2.1%