R/niche.modelR.R

#' niche.modelR: A package of niche modeling tools using simple glm methods.
#'
#' niche.modelR contains functions:
#' data_import, glm_model, predict_model
#'
#' @section niche.modelR functions:
#' \subsection{data_import}{
#' Imports the raster and point layers.
#' Creates a raster stack.
#' Checks the point data for inconsistency problems and removes blanks.}
#' \subsection{glm_model}{
#' Takes the plots data.table and runs a GLM model.}
#' \subsection{model_predict}{
#' Takes the GLM model and raster stack and creates an output raster.}
#'
#' @docType package
#' @name niche.modelR
NULL
rjBadger/niche.modelR documentation built on May 5, 2019, 12:31 a.m.