Description Usage Arguments Value Examples
View source: R/fert_liquid_rate.R
Calculate the amount of nutrient, per ounce, in a liquid fertilizer.
1 | fert_liquid_rate(nutrient_percent, weight_in_pounds, ounces)
|
nutrient_percent |
numeric - the percent of nutrient in the liquid fertilizer. |
weight_in_pounds |
numeric - the weight of the liquid in pounds. |
ounces |
numeric - the total of ounces for calculating the nutrient value for ounce. |
The total pounds per thousand for each ounce of liquid fertilizer applied.
1 | fert_liquid_rate(5, 2.5, 32)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.