Description Usage Arguments Value
S4 method do not validate entries, since it is not exported and the data is validated by the constructors. The validation here would be resource consuming.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | Aggregate(aggregation.matrix, factor.evaluation, resource.evaluation,
factor.is.specific, nrfactors)
## S4 method for signature
## 'Aggregation.matrix.default,character,character,logical,numeric'
Aggregate(aggregation.matrix,
factor.evaluation, resource.evaluation, factor.is.specific, nrfactors)
## S4 method for signature
## 'Aggregation.matrix.membership.difference,
## character,
## character,
## logical,
## numeric'
Aggregate(aggregation.matrix,
factor.evaluation, resource.evaluation, factor.is.specific, nrfactors)
|
aggregation.matrix |
aggregation.matrix |
factor.evaluation |
character factor evaluation from project |
resource.evaluation |
character factor evaluation from option |
factor.is.specific |
logic indicates that this factor is specific for the project |
nrfactors |
numeric number of factors evaluated for each project/option |
numeric indicate the result factor per option. If a specific factor is not achieved it returns -1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.