#' Takes the GLM model and raster stack and creates an output raster.
#' @param predictors A raster stack.
#' @param model A GLM model object.
#' @return object pb - A raster of predicted liklehood of occurance.
#' @export
#' @examples
#' predict model(input_predictors, input_model)
predict_model <- function(predictors, model){
}
# parameter names are inconsistant and examples need data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.