WUI | R Documentation |
Calculates the Water Use Index, returning NA
if the water use is zero.
WUI(response, water)
response |
A |
water |
A |
A numeric
containing the response divided by the water, unless water is
zero in which case NA
is returned.
Chris Brien
data(exampleData)
PSA.WUE <- with(longi.dat, WUI(PSA.AGR, WU))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.