Description Usage Arguments Value
Extract measures from seed object
1 2 3 4 5 6 7 | selectPlants(
seed,
measure = c("NPQ", "XE", "EF", "OE"),
method = c("MSE", "RSS"),
threshold = c(0.05, 0.5),
cores = 1
)
|
seed |
a seed object |
measure |
which measure should be used to select plants/samples ("NPQ","XE","EF","OE") |
method |
if models have been computed, descirbes which method should be used to assess goodness of fit ("MSE","RSS") |
threshold |
if models have been computed, threshold at which samples should be removed. Anything above threshold is removed. |
cores |
number of cores used for selecting plants |
Seed object with filtered data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.