function_plot_param_server: function plot parameter server

Description Usage Arguments

View source: R/module_function_plot_param.R

Description

function plot parameter server

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
function_plot_param_server(
  input,
  output,
  session,
  settings,
  get_variable,
  type = c("expression", "logical"),
  get_value_options,
  default_value,
  reset_trigger = reactive({ })
)

Arguments

get_variable

reactive function for the variable

type

what type of parameter it is

get_value_options

reactive function with available value options

reset_trigger

reactive function to trigger a reset to the default value (if necessary)

func_formals

formals of the relevant function (to determine default)


KopfLab/isoviewer documentation built on July 16, 2021, 1:21 a.m.