View source: R/generate_summary_facet_plot.R
generate_summary_facet_plot | R Documentation |
Computes summary data for each experimental conition/cell.
generate_summary_facet_plot(
condition_data,
lower_y_limit,
upper_y_limit,
ticks,
x_axis_var = "midpoint",
x_axis_name = "Midpoint location (days)",
facet_var = "measurement_spacing",
exp_num,
num_rows = 2,
num_cols = 2,
legend_position = c(0.5, 0.5),
legend_direction = "horizontal",
file_name,
dodge_width = 0.8,
point_size = 15,
line_size = 2,
error_bar_width = 0.8,
error_bar_size = 2.5,
y_axis_var = "estimate",
y_axis_name = "Parameter Bias (Percentage Error)",
grouping_var = "number_measurements",
shape_legend_title = "Number of \nMeasurements",
panel_spacing_y = 12,
dodge_position = position_dodge(width = 0.8)
)
param_summary_data |
parameter summary data (created from compute_parameter_summary) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.