Skip to content

Commit 63f3390

Browse files
committed
fix docs
1 parent 887b2c6 commit 63f3390

16 files changed

+23
-21
lines changed

R/layout-circle-.R

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Arrange Plots in a Circular Layout
1+
#' Arrange plots in a circular layout by aligning discrete axis
22
#'
33
#' @description
44
#' `r lifecycle::badge('experimental')`
@@ -81,7 +81,8 @@ circle_discrete.function <- function(data = NULL, ...) {
8181
circle_discrete.formula <- circle_discrete.function
8282

8383
################################################################
84-
#' @inherit circle_discrete title
84+
#' Arrange plots in a circular layout by aligning continuous axis
85+
#'
8586
#' @description
8687
#' `r lifecycle::badge('experimental')`
8788
#'
@@ -160,7 +161,8 @@ new_circle_layout <- function(data, design, radial, direction, schemes = NULL,
160161
)
161162
}
162163

163-
#' @inherit circle_discrete title
164+
#' Arrange plots in a circular layout
165+
#'
164166
#' @description
165167
#' `r lifecycle::badge('experimental')`
166168
#'

R/layout-heatmap-.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Arrange Plots in a Heatmap
1+
#' Create a heatmap
22
#'
33
#' @description
44
#' `r lifecycle::badge('stable')`

R/layout-quad-.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Arrange Plots in the Quad-Side of a main plot by aligning discrete axis
1+
#' Arrange plots in the quad-side of a main plot by aligning discrete axis
22
#'
33
#' @description
44
#' `r lifecycle::badge('stable')`
@@ -71,7 +71,7 @@ quad_discrete.uneval <- function(data, ...) {
7171
}
7272

7373
#############################################################
74-
#' Arrange Plots in the Quad-Side of a main plot by aligning continuous axis
74+
#' Arrange plots in the quad-side of a main plot by aligning continuous axis
7575
#'
7676
#' @description
7777
#' `r lifecycle::badge('stable')`
@@ -134,7 +134,7 @@ quad_continuous.uneval <- function(data, ...) {
134134
}
135135

136136
##########################################################
137-
#' Arrange Plots in the Quad-Side of a main plot
137+
#' Arrange plots in the quad-side of a main plot
138138
#'
139139
#' @description
140140
#' `r lifecycle::badge('stable')`

R/layout-quad-upset.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Draw UpSet plot
1+
#' Create an UpSet plot
22
#'
33
#' @description
44
#' `r lifecycle::badge('experimental')`

R/layout-stack-.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Arrange Plots Horizontally or Vertically by aligning discrete axis
1+
#' Arrange plots horizontally or vertically by aligning discrete axis
22
#'
33
#' @description
44
#' `r lifecycle::badge('stable')`
@@ -107,7 +107,7 @@ stack_discrete.function <- function(direction, data = NULL, ...) {
107107
stack_discrete.formula <- stack_discrete.function
108108

109109
################################################################
110-
#' Arrange Plots Horizontally or Vertically by aligning continuous axis
110+
#' Arrange plots horizontally or vertically by aligning continuous axis
111111
#'
112112
#' @description
113113
#' `r lifecycle::badge('stable')`

R/layout-stack-cross.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Arrange Plots Crosswise Horizontally or Vertically
1+
#' Arrange plots crosswise horizontally or vertically
22
#'
33
#' @description
44
#' `r lifecycle::badge('experimental')`

man/circle_continuous.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/circle_discrete.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/circle_layout.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/heatmap_layout.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/quad_continuous.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/quad_discrete.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/quad_layout.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/stack_continuous.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/stack_cross.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/stack_discrete.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)