fert_apply_amount: How much fertilizer do I need?

Description Usage Arguments Value Examples

View source: R/fert_apply_amount.R

Description

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.

Usage

1
fert_apply_amount(sqft, nutrient_percent, desired_pounds)

Arguments

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

Value

The total pounds of fertilizer, in pounds, to apply to your lawn.

Examples

1
fert_apply_amount(5000, 24, 1) # 21 pounds

OpenlySourced/Nitrogen documentation built on Feb. 16, 2021, 12:02 a.m.