plot_heat: Heat plot

plot_heatR Documentation

Heat plot

Description

Heat plot

Usage

plot_heat(
  x = "",
  y = "",
  xlab = "x",
  ylab = "y",
  title = "",
  text = "",
  axis = TRUE
)

Arguments

x, y

numeric vector with values to plot

xlab

string to be displayed in the x-axis

ylab

string to be displayed in the y-axis

title

string with the title of the plot

text

text annotation

axis

boolean, if TRUE the axis are displayed


DiogoFerrari/edar documentation built on May 8, 2022, 8:26 a.m.