Description Usage Arguments Value Examples
View source: R/plot_ccrop_zoning.R
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
1 | plot_ccrop_zoning(zoning)
|
zoning |
A stack generated in ccrop_zoning |
Returns a plot (ggplot object) with the monthly climate crop zoning based in air temperature.
1 2 3 4 5 6 7 | ### Data preparation
## Not run:
###ploting the cropzoning:
zoning_plot <- plot_ccrop_zoning(zoning)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.