Description Usage Arguments Value Examples
Calculate the amount of slow and quick release nutrients based on the total pounds of a specific nutrient being applied.
1 | release_rate(total_nutrient, slow_release, quick_release)
|
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. |
A list containing the amount of nutrient in pounds per thousand that will be released slowly and quickly.
1 | release_rate(1, 7, 17) #24%N 7% slow release, 17% quick release
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.