Skip to content

Commit c139ac0

Browse files
committed
document new computed variables
1 parent ebf1c27 commit c139ac0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

R/stat-qq.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
#' x = "x-coordinates of the endpoints of the line segment connecting the
2323
#' points at the chosen quantiles of the theoretical and the sample
2424
#' distributions.",
25-
#' y = "y-coordinates of the endpoints."
25+
#' y = "y-coordinates of the endpoints.",
26+
#' slope = "Amount of change in `y` across 1 unit of `x`.",
27+
#' intercept = "Value of `y` at `x == 0`."
2628
#' )
2729
#'
2830
#' @export

man/geom_qq.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)