Additional utilities for LandWeb analyses.
Install from CRAN:
#install.packages("LandWebUtils") ## not yet on CRAN
Install from GitHub:
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/LandWebUtils", dependencies = TRUE)
Install from GitHub:
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/LandWebUtils", ref = "development", dependencies = TRUE)