nested_loop_paramsteps_data | R Documentation |
This function generates coordinates for plotting steps for design
parameters based on the data from nested_loop_base_data
.
All parameter definitions are the same as in nested_loop_plot
.
nested_loop_paramsteps_data(
plot_data,
steps_y_base = 0,
steps_y_height = 1,
steps_y_shift = NULL
)
plot_data |
Outout list from |
steps_y_base |
Numeric. Maximum height of steps in y-axis units. I.e. if steps are
increasing (due to |
steps_y_height |
Numeric. Height of a single step in y-axis units. If a single numeric,
the same height is used for all steps. If a vector, then the step heights
may vary for each layer (as defined by |
steps_y_shift |
Numeric. Distance in y-axis units between step layers, i.e. distance
between step drawn for different design parameters (if |
Updates the listplot_data
:
Adds an entry for stepdf
, which is a data.frame containing the
values for the parameter steps to be plotted.
Adds user input as entries to the list input
: *steps_y_base,
steps_y_shift, steps_y_height*.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.