R/CINNAMONTerrain.R

#' Cinnamon terrain requirement for land evaluation
    #' 
    #' A dataset containing the terrain characteristics of the crop requirements for farming Cinnamon.
    #' 
    #' @details 
    #' The following are the factors for evaluation: 
#'
    #' \itemize{
#' \item SlopeD - Slope (1: 0-3, 2: 3-8, 3: 8-15, 4: 15-20, 5: 20-25, 6: >25) (degree, 6 classes)
#' \item Flood - Flooding (1 - No Flood, 2 - short time, 3 - Long time)
#' }
    #' @seealso 
    #' \itemize{
    #'  \item Yen, B. T., Pheng, K. S., and Hoanh, C. T. (2006). \emph{LUSET: Land Use Suitability Evaluation Tool User's Guide}. International Rice Research Institute.
    #'  }
    #' 
    #' @docType data
    #' @keywords dataset
    #' @format A data frame with 2 rows and 8 columns
#' @name CINNAMONTerrain
NULL
alstat/ALUES documentation built on June 17, 2022, 10:42 p.m.