You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x_axis_unit="Defines the units of the xaxis in the plots",
21
-
x_axis_breaks="When a single integer is passed it will use `base::pretty` to compute a set of breakpoints. If more than one value is passed it will use those breaks in the xaxis",
20
+
x_axis_unit='Defines the time units of the x-axis in the plots. Expects `["weeks"/"days"]` values. Defaults to `"days"`',
21
+
x_axis_breaks="Defines how many breaks will be used in the x-axis. When a single integer is passed it will use `base::pretty` to compute that number of breaks. If more than one value is passed it will use those breaks in the x-axis (e.g. if `c(1, 2, 3)` is passed it will show breaks at days/weeks 1, 2 and 3). Defaults to `5`",
range_high_limit="Upper limit of the reference range",
53
53
summary_stats="Additional value column for summary statistics"
54
54
),
55
-
tooltip="Block of text to display as hover information over each point of the trace. The names of this list are included as literal text and honor three basic HTML formatting elements: `<b>`, `<i>`, `<br>`). The columns the values refer to are populated with the value on the dataset relevant to any given row"
56
-
#, default_analysis_params = "A vector of character values specifying the default analysis parameters (values from the variable specified by `analysis_param`) to display" # TODO(miguel): Add when module is ported to CM+TC # nolint
55
+
tooltip="Block of text to display as hover information over each point of the trace. The names of this list are included as literal text and honor three basic HTML formatting elements: `<b>`, `<i>`, `<br>`). The columns the values refer to are populated with the value on the dataset relevant to any given row",
56
+
default_analysis_params="A vector of character values specifying the default analysis parameters (values from the variable specified by `analysis_param`) to display"
57
57
),
58
-
vline_vars="Place vertical dashed lines on days indicated by this dataset columns",
58
+
vline_vars="Place vertical dashed lines on days indicated by these dataset columns",
59
59
vline_day_numbers="Place vertical dashed lines on days indicated by this parameter",
60
60
palette="If a name on this list matches the text on a plot element, the associated color will be applied to that element. This mapping takes precedence over the built-in palette"
0 commit comments