Skip to content

Commit

Permalink
fence-in correct piece this time
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Aug 26, 2024
1 parent 8e8d4c7 commit 91a7f52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Collate:
'ggproto.R'
'ggplot-global.R'
Expand Down
4 changes: 3 additions & 1 deletion R/stat-qq.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
#' p + stat_qq() + stat_qq_line()
#'
#' # Use fitdistr from MASS to estimate distribution params:
#' # params <- as.list(MASS::fitdistr(df$y, "t")$estimate)
#' # if (requireNamespace("MASS", quietly = TRUE)) {
#' # params <- as.list(MASS::fitdistr(df$y, "t")$estimate)
#' # }
#' # Here, we use pre-computed params
#' params <- list(m = -0.02505057194115, s = 1.122568610124, df = 6.63842653897)
#' ggplot(df, aes(sample = y)) +
Expand Down
4 changes: 3 additions & 1 deletion man/geom_qq.Rd

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

0 comments on commit 91a7f52

Please sign in to comment.