Description Usage Arguments Value Author(s) Examples
Calculates the Water Use Index, returning NA
if the water use is zero.
1 | WUI(response, water)
|
response |
A |
water |
A |
A numeric
containing the water divided by the response, unless water is
zero in which caseNA
is returned.
Chris Brien
1 2 | data(exampleData)
Area.WUE <- with(longi.dat, WUI(Area.AGR, Water.Loss))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.