Skip to content

chrismgentry/Home-Range-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Range Analysis

Home Range Analysis Exercise for BIOL 5700, Advanced Data Analytics

This exercise will provide information for using R for home range analysis including Minimum Convex Polygon (MCP), Kernel-Density Estimation (KDE), and Brownian Bridge Movement Model (BB).

Exercise Webpage - https://chrismgentry.github.io/Home-Range-Analysis/

References for home range analysis in R:

Below you will find resources and tutorials with will provide assistance with this exercise.

Datasets

Packages

Tutorials

Helpful site for selecting color schemes

For Mac users with Java Complications

  • If you are unable to use OpenStreeMap due to Java issues try the following package/script for a basemap:
library('ggmap')

stamen <- get_stamenmap(bbox = c(left = -87.4, bottom = 36.5, right = -87.3, top = 36.6),
          zoom = 14, maptype = "terrain")

ggmap(stamen)

Releases

No releases published

Packages

No packages published

Languages