R/see_brazil_biomes.R

Defines functions see_brazil_biomes

Documented in see_brazil_biomes

#' Function to see the Brazilian biomes available tp use in download.terraclimate and loadROI function
#'
#' @description This function will show the biomes available in the package and how we can call each biome polygon.
#' @examples
#' \dontrun{
#' see_brazil_biomes()
#' }
#' @return The biomes information available to run the cropDemand package.
#' @export


see_brazil_biomes <- function(){
  a<- c("Caatinga = 1", "Cerrado = 2", "Pantanal = 3", "Pampa = 4", "Amazonia = 5", "Mata Atlantica = 6")
  print("Use the corresponding number:")
  return(a)
}

Try the cropDemand package in your browser

Any scripts or data that you put into this service are public.

cropDemand documentation built on Oct. 14, 2023, 1:07 a.m.