R/CWBZimbabwe.R

Defines functions CWBZimbabwe

Documented in CWBZimbabwe

#' @title Occurrence module: coffee white stem borer surveys in Zimbabwe
#'
#' @description Presence/absence survey data for the coffee white stem borer
#'  in Zimbabwe.
#'
#' @details This is an example presence/absence dataset for the
#' coffee white stem borer \emph{Monochamus leuconotus} P. taken from an
#' open access dataset on the Dryad data repository.
#' The data are made available by those authors under a Creative Commons CC0
#' and are used in the module \code{CWBZimbabwe} which can be used for running
#' toy presence/absence species distribution models.
#' The data all fall withing the extent \code{c(32, 34, -21, -18)}.
#' 
#' Original publication:
#' Kutywayo D, Chemura A, Kusena W, Chidoko P, Mahoya C (2013) The impact of
#'  climate change on the potential distribution of agricultural pests: the case
#'   of the coffee white stem borer (\emph{Monochamus leuconotus} P.) in
#'    Zimbabwe. PLoS ONE 8(8): e73432.
#' 
#' Dryad data package:
#'   Kutywayo D, Chemura A, Kusena W, Chidoko P, Mahoya C (2013) Data from:
#'    The impact of climate change on the potential distribution of agricultural
#'     pests: the case of the coffee white stem borer (\emph{Monochamus
#'      leuconotus} P.) in Zimbabwe. Dryad Digital Repository.
#'   \url{http://dx.doi.org/10.1371/journal.pone.0073432} 
#' 
#' @name CWBZimbabwe
#' @author ZOON Developers, \email{zoonproject@@gmail.com}
#' @section Version: 1.0
#' @section Date submitted: 2015-11-13
#' @section Data type: presence/absence
#' @family occurrence
CWBZimbabwe <-
function(){
  return(CWBZim)
} 
zoonproject/modules documentation built on May 4, 2019, 11:25 p.m.