release_rate: Analyze the release rate of fertilizer

Description Usage Arguments Value Examples

View source: R/release_rate.R

Description

Calculate the amount of slow and quick release nutrients based on the total pounds of a specific nutrient being applied.

Usage

1
release_rate(total_nutrient, slow_release, quick_release)

Arguments

total_nutrient

numeric - the total ponds per thousand of nutrient being applied.

slow_release

numeric - the percentage of the nutrient value that is slow release.

quick_release

numeric - the percentage of the nutrient value that is quick release.

Value

A list containing the amount of nutrient in pounds per thousand that will be released slowly and quickly.

Examples

1
release_rate(1, 7, 17) #24%N 7% slow release, 17% quick release

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