plot_AWC {cropDemand}R Documentation

Function to plot the percentage of Available Water Capacity (AWC)

Description

This function will plot the monthly AWC

Usage

plot_AWC(AWC_stack)

Arguments

AWC_stack

A SpatRaster generated in WaterDemand function

Value

Returns a plot (gg file) of monthly percentage of AWC

Examples

## Not run: 
plot_AWC(AWC_stack)

## End(Not run)

[Package cropDemand version 1.0.3 Index]