Description Usage Arguments Value Examples
these parameters are interrelated so they must be set together
1 2 3 4 | setAnnotationWeights(object, annotation, weights)
## S4 method for signature 'CogapsParams'
setAnnotationWeights(object, annotation, weights)
|
object |
an object of type CogapsParams |
annotation |
vector of labels |
weights |
vector of weights |
the modified params object
1 2 | params <- new("CogapsParams")
params <- setAnnotationWeights(params, c('a', 'b', 'c'), c(1,2,1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.