Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Dec 24, 2024
1 parent 813e0de commit 76a5988
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions R/layout-circle-.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@
#' `"x"` and `TRUE`, respectively, for all plots.
#' @examples
#' set.seed(123)
#' stack_discrete("v", matrix(rnorm(56), nrow = 7L)) +
#' align_dendro() +
#' circle_discrete(matrix(rnorm(56), nrow = 7L),
#' radial = coord_radial(inner.radius = 0.1)
#' ) +
#' ggalign() +
#' geom_tile(aes(y = .column_index, fill = value)) +
#' scale_fill_viridis_c()
#' scale_fill_viridis_c() +
#' align_dendro(aes(color = branch), k = 3L) +
#' scale_color_brewer(palette = "Dark2")
#'
#' @export
circle_discrete <- function(data = NULL, ..., radial = NULL, theme = NULL) {
UseMethod("circle_discrete", data)
Expand Down
10 changes: 7 additions & 3 deletions man/circle_discrete.Rd

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

0 comments on commit 76a5988

Please sign in to comment.