limfactor {BLA} | R Documentation |
Determination of the most limiting factor to biological response
Description
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).
Usage
limfactor(...)
Arguments
... |
vectors with predicted values from the boundary line models for each factor being evaluated. |
Value
A dataframe consisting of the most limiting factor and the minimum predicted response
Author(s)
Chawezi Miti <chawezi.miti@nottingham.ac.uk>
Examples
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)
[Package BLA version 1.0.1 Index]