ggheat
creates heatmaps of the Cliff's delta and S-value. This is not
meant to be called directly.
ggheat(
dat,
hax,
vax,
cell,
nm,
lim,
lo,
hi,
diverging = FALSE,
env = parent.frame()
)
ggheat
returns a ggplot object.
a data frame with at least three columns.
a character, name of the column to be used as the horizontal axis.
a character, name of the column to be used as the vertical axis.
a character, name of the column to be used as the cells.
a character, name of the heatmap.
a numeric vector, limits of the color scale.
a character, color of the color scale low end.
a character, color of the color scale high end.
a logical, whether to use diverging color gradient.
an environment, to access outer scope variables.