simplot | R Documentation |
plotting similarity matrix
simplot(
sim,
xlab = "",
ylab = "",
color.low = "white",
color.high = "red",
labs = TRUE,
digits = 2,
labs.size = 3,
font.size = 14
)
sim |
similarity matrix |
xlab |
xlab |
ylab |
ylab |
color.low |
color of low value |
color.high |
color of high value |
labs |
logical, add text label or not |
digits |
round digit numbers |
labs.size |
lable size |
font.size |
font size |
ggplot object
Yu Guangchuang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.