Miscellaneous utilities developed by the Predictive Ecology Lab Group.
Install from CRAN:
#install.packages("pemisc") ## not yet on CRAN
Install from GitHub:
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/pemisc", dependencies = TRUE)
Install from GitHub:
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/pemisc", ref = "development", dependencies = TRUE)