aggregate.measure | R Documentation |
NMFfitXn
objects.Given a numerical vector, this function computes an aggregated value using one of the following methods: best or mean
## S3 method for class 'measure'
aggregate(x, method = c("best", "mean"), decreasing = FALSE, ...)
x |
a numerical vector |
method |
the method to aggregate values. This argument can take two values : - mean: the mean of the measures - best: the best measure according to the specified sorting order (decreasing or not) |
decreasing |
logical that specified the sorting order |
... |
extra arguments to allow extension |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.