#| label = "setup",
#| include = FALSE
options(
  tibble.width = Inf,
  pillar.bold = TRUE,
  pillar.neg = TRUE,
  pillar.subtle_num = TRUE,
  pillar.min_chars = Inf
)

knitr::opts_chunk$set(
  collapse = TRUE,
  dpi = 300,
  out.width = "100%",
  comment = "#>",
  warning = FALSE,
  message = FALSE,
  error = TRUE
)

Dependency graph

#| label = "deepdep",
#| fig.height = 12,
#| fig.width = 12
library(deepdep)

plot_dependencies("ggstatsplot", depth = 3)

Suggestions

If you find any bugs or have any suggestions/remarks, please file an issue on GitHub: https://github.com/IndrajeetPatil/ggstatsplot/issues



IndrajeetPatil/ggstatplot documentation built on April 26, 2024, 10:27 a.m.