turkey: Turkey dataset

Description Format Details References Examples

Description

The data included in this package can be accessed using data(turkey) represent a dbbmm object for a single Rio Grande wild turkey tagged with a GPS transmitter in Texas during 2009.

Format

The format is a turkey object of Rio Grande wild turkey movements created with the R package move

Details

This package contains 2 functions move.contour and move.forud both which create contour lines for user-specified utilization distributions for individual time steps using the input of a turkey object from the R package move and the contour function bbmm.contour from the R package BBMM.

References

Guthrie, J. D., M. E. Byrne, J. B. Hardin, C. O. Kochanny, K. L. Skow, R. T. Snelgrove, M. J. Butler, M. J. Peterson, M. J. Chamberlain, and B. A. Collier. 2011. Evaluation of a GPS backpack transmitter for wild turkey research. Journal of Wildlife Management 75:539-547.

Examples

1
2
3
4
5
6
7
data(turkey)
move.contour(turkey, 10:12, 15, c(50, 95), "C:/", "Test", crs="+proj=longlat +ellps=WGS84")



data(turkey)
move.forud(turkey, range.subset=10:12, le=6, lev=c(50, 95), ras=5, ts=.2, path="C:/", name="test", crs="+proj=longlat +ellps=WGS84", ID="123") 

bacollier/moveud documentation built on May 11, 2019, 5:24 p.m.