Description Usage Arguments Details Value Author(s) References
bbmm.polygon
function that creates the utilization distribution contours based on the bbmm.contour
from package BBMM and exports the created contour lines as polygon shapefile for further analysis in ArcMap (or GIS program of choice).
1 | bbmm.polygon(x, crs.current, crs.utm, lev, plot = FALSE, path, indID)
|
x, |
a data frame formatted appropriately for use in a |
crs.current, |
coordinate reference system identifying the current state of the data (e.g., lat/long). Uses standard |
crs.utm, |
coordinate reference system that transforms the curent state to UTM. Uses standard |
lev, |
level of the UD contour as a vector, c(50, 95) that the user is interested in. Will work with multiple values (e.g., c(50, 95)) and will label those values in the resultant shapefile. Note that you don't have to put these values in as percentages (e.g., 0.50 for 50 percent). |
plot, |
do you want |
path, |
file path (e.g., "C:/") using standard R path nomenclature specifying the location that the output shapefile is to be written. path uses |
indID, |
Unique identifier for each individual, in quotation's, specifying the output files name which will be written to the |
This is a simple extractor function for a brownian.bridge()
that exports the bbmm.contour()
results from R
package BBMM into a polygon shapefile.
Since BBMM requires UTM, the functions transforms the data from the current format (defined by CRS()
to UTM internally). The primary requisite is that the column names for the
input data frame's longitude and latitude data are labeled "Lon", and "Lat", and the format needs to be appropriate for a BBMM analysis, it will error otherwise.
Output is a polygon shapefile, written to the specified path
, with n
polygon features equivalent to the utilization distribution levels requested by the user
Bret A. Collier <bret@lsu.edu>
Horne, J. S., E. O. Garton, S. M. Krone, and J. S. Lewis. 2007. Analyzing animal movements using Brownian bridges. Ecology 88:2354-2363
Sawyer, H., M. J. Kauffman, R. M. Nielson and J. S. Horne. 2009. Identifying and prioritizing ungulate migration routes for landscape-level conservation. Ecological Applications 19: 2016-2025.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.