Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Apr 6, 2024
1 parent 78ab0d8 commit 88dcef7
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion R/geom_slabinterval.R
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ GeomSlabinterval = ggproto("GeomSlabinterval", AbstractGeom,
\\item A string giving the name of such a function when prefixed
with `"subscale_"`; e.g. `"thickness"` or `"identity"`. The value
`"thickness"` using the default subscale, which can be modified by
setting [`subguide_thickness`]; see the documentation for that
setting [`subscale_thickness`]; see the documentation for that
function.
}
For a comprehensive discussion and examples of slab scaling and normalization, see the
Expand Down
1 change: 1 addition & 0 deletions R/subguide.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ subguide_count = function(..., breaks = scales::breaks_width(1)) {
#' parameter of [geom_slabinterval()] and [geom_dotsinterval()].
#' @template description-auto-partial-waivable
#'
#' @inheritParams subguide_axis
#' @param ... ignored.
#' @family sub-guides
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/geom_slab.Rd

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

2 changes: 1 addition & 1 deletion man/geom_slabinterval.Rd

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

2 changes: 1 addition & 1 deletion man/geom_spike.Rd

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

2 changes: 1 addition & 1 deletion man/stat_ccdfinterval.Rd

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

2 changes: 1 addition & 1 deletion man/stat_cdfinterval.Rd

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

2 changes: 1 addition & 1 deletion man/stat_eye.Rd

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

2 changes: 1 addition & 1 deletion man/stat_gradientinterval.Rd

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

2 changes: 1 addition & 1 deletion man/stat_halfeye.Rd

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

2 changes: 1 addition & 1 deletion man/stat_histinterval.Rd

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

2 changes: 1 addition & 1 deletion man/stat_slab.Rd

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

2 changes: 1 addition & 1 deletion man/stat_slabinterval.Rd

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

2 changes: 1 addition & 1 deletion man/stat_spike.Rd

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

3 changes: 3 additions & 0 deletions man/subguide_none.Rd

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

0 comments on commit 88dcef7

Please sign in to comment.