View source: R/function_OptimisedClasses.R
| OptimisedClasses | R Documentation | 
OptimisedClasses checks which classes (land use or soil) of parameters in an imported optpar list are actually
optimized, i.e. have a min/max range larger than zero.
OptimisedClasses(x)
x | 
 list with named elements, as an object returned from   | 
OptimisedClasses allows to quickly check which classes of parameters in an optpar.txt file are actually optimized
during a HYPE optimization run. The function compares min and max values in the pars element of an imported HYPE
optpar.txt file to identify those.
OptimisedClasses returns a named list with one vector element for each parameter found in x. List element
names are HYPE parameter names. Each vector contains the optimized class numbers for the respective parameter.
te <- ReadOptpar(filename = system.file("demo_model", "optpar.txt", package = "HYPEtools"))
OptimisedClasses(te)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.