fert_bag_rate: Analyze the nutrient content of a bag of fertilizer

Description Usage Arguments Value Examples

View source: R/fert_bag_rate.R

Description

Calculate the pounds per one thousand square feet of each nutrient in a bag of fertilizer.

Usage

1
fert_bag_rate(sqft, n, p, k, pounds)

Arguments

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

Value

A list containing the amount of nitrogen, phosphorus, and potassium that will be applied to your lawn.

Examples

1
fert_bag_rate(5000,24, 25, 4, 15)

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