plot_ccrop_zoning: Function to plot the climate crop zoning stack generated in...

View source: R/plot_ccrop_zoning.R

plot_ccrop_zoningR Documentation

Function to plot the climate crop zoning stack generated in ccrop_zoning

Description

This function will plot the ccrop_zoning output. The result of the plotting will generate a plot with the following classes.

Climatic zoning classes:

  • ST: Suitable air temperature

  • RLT: Restricted due to low temperature

  • RHT: Restricted due to high temperature

  • ULT: Unsuitable due to low temperature

  • UHT: Unsuitable due to high temperature

Usage

plot_ccrop_zoning(zoning)

Arguments

zoning

A stack generated in ccrop_zoning

Value

Returns a plot (ggplot object) with the monthly climate crop zoning based in air temperature.

Examples

### Data preparation
## Not run: 
###ploting the cropzoning:

zoning_plot <- plot_ccrop_zoning(zoning)

## End(Not run)

cropZoning documentation built on Oct. 11, 2023, 1:06 a.m.