calc_mcp: Calculate MCPs

calc_mcpR Documentation

Calculate MCPs

Description

This function calculates minimum convex polygons (MCP). It is based on the mcp function from adehabitatHR. It does not calculate area and does not require a minimum number of points. It is independent of adehabitatHR and sp, but relies on sf.

Usage

calc_mcp(xy, percent = 100)

Arguments

xy

SF POINTS data.frame with one column denoting polygon ID.

percent

Percentage considered to determine MCP

prob1

lower quantile considered

prob2

upper quantile considered


benjamin-merkel/ProMM documentation built on Sept. 15, 2023, 9:14 a.m.