Description Usage Arguments Value Examples
View source: R/nutrient_per_1000.R
Given the percentage and pounds of a specific nutrient, calculate the pounds per one thousand square feet that will be applied to your lawn.
1 | nutrient_per_1000(sqft, nutrient_percent, pounds)
|
sqft |
numeric - the total square feet of your lawn. |
nutrient_percent |
numeric - the percentage of the nutrient to apply. |
pounds |
numeric - the total weight, in pounds, of the fertilizer bag. |
The total pounds of a specific nutrient that will be applied to your lawn.
1 | nutrient_per_1000(5000, 24, 15) # 0.72 lbs. per 1,000 sqft
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.