Description Usage Format Examples
25 GPS locations from a female mule deer. Locations were recorded every 2 hours.
| 1 | 
A data frame with 25 observations on the following 3 variables.
xA numeric vector of x coordinates (UTM)
yA numeric vectorof y coordinates (UTM)
time.lagA numeric vector of time differences (min) between each successive observation.
| 1 2 3 4 5 | data(locations)
BBMM <- brownian.bridge(x=locations$x, y=locations$y, 
            time.lag=locations$time.lag[-1], location.error=20, 
            cell.size=50)
bbmm.summary(BBMM)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.