From 470274d04f9a41f7619a069f7cae096e54d7a3b5 Mon Sep 17 00:00:00 2001 From: Joseph Larmarange Date: Tue, 1 Aug 2023 20:01:03 +0200 Subject: [PATCH] better to use patchwork::wrap_plots() --- R/ggcoef_model.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/ggcoef_model.R b/R/ggcoef_model.R index 669dd06..d990c94 100644 --- a/R/ggcoef_model.R +++ b/R/ggcoef_model.R @@ -817,7 +817,7 @@ ggcoef_table <- function( ) # join the plots - coef_plot + table_plot + patchwork::plot_layout(widths = table_witdhs) + patchwork::wrap_plots(coef_plot, table_plot, nrow = 1, widths = table_witdhs) } #' @describeIn ggcoef_model plot a tidy `tibble` of coefficients