View source: R/02_exported_functions.R
plot_align_me | R Documentation |
Takes the output of align_me and generates graphs. Which data will be plotted can then be specified separately.
plot_align_me( out_list, ..., plot_points = "aligned", plot_line = "aligned", spline = FALSE, scales = "free", align_zeros = TRUE, plot_caption = TRUE, ncol = NULL, my_colors = NULL, duplicate_zero_points = FALSE, my_order = NULL, plot_scale_y = NULL, plot_scale_x = NULL, dose_response = FALSE, x_lab = NULL, y_lab = NULL )
out_list |
|
... |
Logical expression used for subsetting the data frames, e.g.
To reproduce the known function
|
plot_points |
String to specify which data set should be plotted in form
of points with corresponding error bars. It must be one of
|
plot_line |
Same as above but with a line and error band. |
spline |
Logical, if set to |
scales |
String passed as |
align_zeros |
Logical, if |
plot_caption |
Logical, if |
ncol |
Numerical passed as |
my_colors |
list of custom color values as taken by the |
duplicate_zero_points |
Logical, if set to |
my_order |
Optional list of target names in the custom order that will be used for faceting. |
plot_scale_y |
character, defining the scale of the y axis |
plot_scale_x |
character, defining the scale of the x axis |
dose_response |
Logical, indicates if the plot should be dose response |
x_lab |
Optional, value passed to |
y_lab |
Optional, value passed to |
ggplot object
Severin Bang and Svenja Kemmer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.