Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 27, 2024
1 parent 82174a6 commit 6125955
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ Suggests:
testthat
URL: https://strengejacke.github.io/sjPlot/
BugReports: https://github.com/strengejacke/sjPlot/issues
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Remotes: strengejacke/ggeffects
8 changes: 4 additions & 4 deletions R/plot_grid.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
#'
#' # plot marginal effects for each predictor, each as single plot
#' p1 <- ggpredict(fit, "c12hour") %>%
#' plot(show.y.title = FALSE, show.title = FALSE)
#' plot(show_y_title = FALSE, show_title = FALSE)
#' p2 <- ggpredict(fit, "e17age") %>%
#' plot(show.y.title = FALSE, show.title = FALSE)
#' plot(show_y_title = FALSE, show_title = FALSE)
#' p3 <- ggpredict(fit, "e42dep") %>%
#' plot(show.y.title = FALSE, show.title = FALSE)
#' plot(show_y_title = FALSE, show_title = FALSE)
#' p4 <- ggpredict(fit, "neg_c_7") %>%
#' plot(show.y.title = FALSE, show.title = FALSE)
#' plot(show_y_title = FALSE, show_title = FALSE)
#'
#' # plot grid
#' plot_grid(list(p1, p2, p3, p4))
Expand Down
8 changes: 4 additions & 4 deletions man/plot_grid.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6125955

Please sign in to comment.