limfactor | R Documentation |
This function determines the most limiting factor based on von Liebig law of the minimum given results of the predicted boundary line values for the different factors of interest. Boundary lines for various factors are fitted and the factor that predicts the minimum response for a particular point is considered as the most limiting factor (Casanova et al. 1995).
limfactor(...)
... |
vectors with predicted values from the boundary line models for each factor being evaluated. |
A dataframe consisting of the most limiting factor and the minimum predicted response
Chawezi Miti <chawezi.miti@nottingham.ac.uk>
N<-rnorm(10,50,5)#assuming these are predicted responses using the fitted BL for N,P,K
K<-rnorm(10,50,4)
P<-rnorm(10,50,6)
limfactor(N,K,P)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.