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

LoCoHverlap

r badge_license("GPL-3") Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. r badge_devel("bsmity13/LoCoHverlap", "blue") R-CMD-check

LoCoHverlap (pronounced "Loke - Overlap") is an R package to compare animal range overlaps using Local Convex Hull (LoCoH) home range estimators and Earth Mover's Distance (EMD). It streamlines the following workflow:
1. Fit LoCoH home ranges to sets of animal locations.
2. Convert fitted LoCoHs to utilization distributions (UD) estimated on a raster.
3. Measure overlap using the continuous metric EMD.

A full description of this method and its use in animal ecology is currently in prep.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("bsmity13/LoCoHverlap")

Current Status

This package is in the early stages of development and is not yet functional. The currently planned updates are:

This README will be updated as new functionality comes online or workflow is revised.



bsmity13/LoCoHverlap documentation built on Feb. 15, 2021, 12:43 p.m.