fert_liquid_rate: Liquid fertilizer rates per one thousand

Description Usage Arguments Value Examples

View source: R/fert_liquid_rate.R

Description

Calculate the amount of nutrient, per ounce, in a liquid fertilizer.

Usage

1
fert_liquid_rate(nutrient_percent, weight_in_pounds, ounces)

Arguments

nutrient_percent

numeric - the percent of nutrient in the liquid fertilizer.

weight_in_pounds

numeric - the weight of the liquid in pounds.

ounces

numeric - the total of ounces for calculating the nutrient value for ounce.

Value

The total pounds per thousand for each ounce of liquid fertilizer applied.

Examples

1
fert_liquid_rate(5, 2.5, 32)

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