
brownian.motion.variance(n.locs, time.lag, location.error, x, y, max.lag)
length(time.lag) = length(x) - 1
.
brownian.bridge
.
Sawyer, H., M. J. Kauffman, R. M. Nielson, and J. S. Horne. 2009. Identifying and prioritizing ungulate migration routes for landscpe-level conservation. Ecological Applications 19:2016-2025.
brownian.bridge
data(locations)
BBMM <- brownian.bridge(x=locations$x, y=locations$y,
time.lag=locations$time.lag[-1], location.error=20,
cell.size=50)
Run the code above in your browser using DataLab