simplot: simplot

View source: R/simplot.R

simplotR Documentation

simplot

Description

plotting similarity matrix

Usage

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


GuangchuangYu/DOSE documentation built on April 17, 2024, 10:41 a.m.