View source: R/expression_funks.R
| statVectorCloud | R Documentation |
stat (default is base::mean) vector of
the cloud of vectors. Also infers the deviance in terms of
deviance.funk (default is base::sd) of each axis of the vector
space.Computes the statistic stat (default is base::mean) vector of
the cloud of vectors. Also infers the deviance in terms of
deviance.funk (default is base::sd) of each axis of the vector
space.
statVectorCloud(vecs.df,
stat = getOption("GeneFamilies.vector.cloud.stat", mean),
deviance.funk = getOption("GeneFamilies.vector.cloud.deviance", sd))
vecs.df |
A matrix of data.frame of row vectors of the same vector space |
stat |
A function used to infer the vector representing the argument
cloud. The function is applied on each column seperately in order to infer
the resulting vector's components. Default is
|
deviance.funk |
Function applied on each column of the cloud
|
A list with three named entries: stat.vec the vector
representing the cloud, deviance.vec the vector representing the
spread around stat.vec, and the vector orthogonal on the vector space
diagonal pointing to the stat.vec.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.