IOvisualize | R Documentation |
Title
IOvisualize(
mat,
threshold,
maxpoints = 10000,
cex = "absolut",
attributes = NULL,
...
)
mat |
a numeric matrix |
cex |
either "absolut" (default), "increasing" or "decreasing". Gives the size of the bubbles. |
attributes |
a list with two elements "row" and "col". Each element should be a data.frame with the same number of rows as ncol(mat) or nrow(mat), respectively. If not given and the matrix has colnames and rownames these are taken. |
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.