Skip to content

Commit

Permalink
Update R/plot_with_settings.R
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin <[email protected]>
Signed-off-by: kartikeya kirar <[email protected]>
  • Loading branch information
kartikeyakirar and m7pr authored Mar 14, 2024
1 parent a872957 commit 52166bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/plot_with_settings.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ plot_with_settings_ui <- function(id) {
#' display is taken from the value of the slider in the main plot display.
#' @param show_hide_signal optional, (`reactive logical` a mechanism to allow modules which call this
#' module to show/hide the plot_with_settings UI)
#' @param brushing (`logical`) optional,\cr
#' a mechanism to enable / disable brushing on the main plot (in particular: not the one displayed
#' @param brushing (`logical`) optional\cr
#' mechanism to enable / disable brushing on the main plot (in particular: not the one displayed
#' in modal). All the brushing data is stored as a reactive object in the `"brush"` element of
#' returned list. See the example for details.
#' @param clicking (`logical`)\cr
Expand Down

0 comments on commit 52166bd

Please sign in to comment.