From b91f7100318b95649e74263cc86d48e5d90a99fb Mon Sep 17 00:00:00 2001 From: "mcsimenc@gmail.com" Date: Sat, 13 Jul 2024 22:25:42 -0700 Subject: [PATCH] Added roxygen documentation for suppress_default_hovertext --- R/heatmaply.R | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/R/heatmaply.R b/R/heatmaply.R index 86ee300..eb56183 100644 --- a/R/heatmaply.R +++ b/R/heatmaply.R @@ -266,6 +266,10 @@ #' @param custom_hovertext Custom hovertext matrix (the same dimensions as the input). #' If plot_method is "plotly" then just this text is displayed; if plot_method #' if "ggplot" then it is appended to the existing text. +#' +#' @param suppress_default_hovertext Logical value determinine whether to suppress +#' the default hovertext (row, column, value). +#' #' @param label_format_fun Function to format hovertext (eg, #' \code{function(...) round(..., digits=3)} or #' \code{function(...) format(..., digits=3)}