Description Usage Arguments Value Examples
creates a binarized heatmap of the A matrix in which the value is 1 if the value in Amean is greater than threshold * Asd and 0 otherwise
1 2 3 4 |
object |
an object of type CogapsResult |
threshold |
the number of standard deviations above zero that an element of Amean must be to get a value of 1 |
plots a heatmap of the A Matrix
1 2 3 | data(GIST)
# to expensive to call since it plots
# binaryA(GIST.result, threshold=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.