Skip to content

Commit

Permalink
Added roxygen documentation for suppress_default_hovertext
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsimenc committed Jul 14, 2024
1 parent 65baa46 commit b91f710
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/heatmaply.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit b91f710

Please sign in to comment.