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
#' This function gets summary info to a ggplot object.
1010
1012
#'
1011
-
#' @param p A ggplot object to which the labels will be added.
1012
1013
#' @param study_details A list of original study details: orig_stat_type, test_component_1, test_component_2, dataset, map_type, group, and ref.
1013
1014
#' @param extra_study_details A list containing extra descriptive info: percent_not_zero, max_cons_effect, group_by_title, n_title, mv_estimate, and mv_ci.
#' This function adds summary labels to a ggplot object.
1112
1113
#'
1113
1114
#' @param p A ggplot object to which the labels will be added.
1114
-
#' @param study_details A list of original study details: orig_stat_type, test_component_1, test_component_2, dataset, map_type, group, and ref.
1115
-
#' @param extra_study_details A list containing extra descriptive info: percent_not_zero, max_cons_effect, group_by_title, n_title, mv_estimate, and mv_ci.
1115
+
#' @param pp A list of plotting parameters.
1116
+
#' @param summary_info A list of summary info for the plot.
1117
+
#' @param add_extra_text Whether to add extra text below plot with more info.
1118
+
#' @param do_minimal_title Whether to use minimal title option.
0 commit comments