simplot: simplot

Description Usage Arguments Value Author(s)

View source: R/simplot.R

Description

plotting similarity matrix

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
simplot(
  sim,
  xlab = "",
  ylab = "",
  color.low = "white",
  color.high = "red",
  labs = TRUE,
  digits = 2,
  labs.size = 3,
  font.size = 14
)

Arguments

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

Value

ggplot object

Author(s)

Yu Guangchuang


DOSE documentation built on Nov. 8, 2020, 7:48 p.m.