nutrient_per_1000: Fertilizer rates per one thousand square feet

Description Usage Arguments Value Examples

View source: R/nutrient_per_1000.R

Description

Given the percentage and pounds of a specific nutrient, calculate the pounds per one thousand square feet that will be applied to your lawn.

Usage

1
nutrient_per_1000(sqft, nutrient_percent, pounds)

Arguments

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.

Value

The total pounds of a specific nutrient that will be applied to your lawn.

Examples

1
nutrient_per_1000(5000, 24, 15) # 0.72 lbs. per 1,000 sqft

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