combine_plots {biometryassist} | R Documentation |
Combine plots into final output
Description
Combine plots into final output
Usage
combine_plots(plots, shapiro_result, model_call, call, call.size, label.size)
Arguments
plots |
List of ggplot objects |
shapiro_result |
Result from Shapiro test or NULL |
model_call |
Model call string or NULL |
call |
Logical, whether to include call |
call.size |
Size of call text |
label.size |
Size of labels |
[Package biometryassist version 1.3.1 Index]