plot_heathist: Heat plot with histogram

plot_heathistR Documentation

Heat plot with histogram

Description

Heat plot with histogram

Usage

plot_heathist(
  x = "",
  y = "",
  title = "",
  subtitle = "",
  xlab = "x",
  ylab = "y",
  breaks = 50,
  xlim = c(min(x), max(x)),
  ylim = c(min(y), max(y))
)

Arguments

x

numeric vector with values to plot

y

numeric vector with values to plot

title

string with the title of the plot

subtitle

a string with subtitles of the plot

xlab

string to be displayed in the x-axis

ylab

string to be displayed in the y-axis

breaks

integer, for the marginal histograms

xlim

two dimensional numeric vector with limits of the x-axis

ylim

two dimensional numeric vector with limits of the y-axis


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