Description Usage Arguments Value Examples
View source: R/fert_apply_amount.R
Given the nutrient percentage in a bag of fertilizer, calculate the total pounds of fertilizer required to achieve a specific nutrient target per one thousand square feet.
1 | fert_apply_amount(sqft, nutrient_percent, desired_pounds)
|
sqft |
numeric - the total square feet of your lawn. |
nutrient_percent |
numeric - the percentage of the nutrient to apply. |
desired_pounds |
numeric - desired pounds of nutrient per one thousand square feet |
The total pounds of fertilizer, in pounds, to apply to your lawn.
1 | fert_apply_amount(5000, 24, 1) # 21 pounds
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.