Description Usage Arguments Value Examples
View source: R/fert_bag_rate.R
Calculate the pounds per one thousand square feet of each nutrient in a bag of fertilizer.
1 | fert_bag_rate(sqft, n, p, k, pounds)
|
sqft |
numeric - the total square feet of your lawn. |
n |
numeric - the percentage of the nitrogen. |
p |
numeric - the percentage of the phosphorus. |
k |
numeric - the percentage of the potassium |
A list containing the amount of nitrogen, phosphorus, and potassium that will be applied to your lawn.
1 | fert_bag_rate(5000,24, 25, 4, 15)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.