View source: R/signatures_utils.R
plotCosSimSignatures | R Documentation |
Plot a matrix of cosine similarities between two sets of signatures.
plotCosSimSignatures(
sig1,
sig2,
output_file = NULL,
thresholdMark = NULL,
cex.numbers = 0.7,
circlesColBasic = "#A1CAF1",
circlesColHighlight = "#F6A600"
)
sig1 |
matrix with signatures as columns |
sig2 |
matrix with signatures as columns |
output_file |
name of the output file (pdf), optional |
cex.numbers |
scale the text used for the numbers in the matrix |
circlesColBasic |
colour used for the circles |
circlesColHighlight |
colour used for the circles that pass the thresholdMark |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.