Skip to content

Commit

Permalink
adjust shape doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gaospecial committed Dec 21, 2023
1 parent c77cafe commit 96c8149
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 22 deletions.
15 changes: 0 additions & 15 deletions R/ggVennDiagram.R
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@


#' shapes: shape data used to setup Venn plot
#'
#' a collection of geometric shapes, which defined the edge and label of sets in a Venn plot.
#' use `plot_shapes()` to see some of them.
#'
#' @format a list with several slots
#' see "?vennPlotData".
#'
#' @source
#' - `venn:::sets`
#' - `library(VennDiagram)`
#' - [Wiki](https://upload.wikimedia.org/wikipedia/commons/5/56/6-set_Venn_diagram_SMIL.svg)
#' @name vennplot-shapes
NULL

#' ggVennDiagram main parser
#'
#' @details
Expand Down
17 changes: 17 additions & 0 deletions R/plot_shapes.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
#' shapes: shape data used to setup Venn plot
#'
#' a collection of geometric shapes, which defined the edge and label of sets in a Venn plot.
#' use `plot_shapes()` to see some of them.
#'
#' @format a list with several slots
#' see "?VennPlotData".
#'
#' @source
#' - `venn:::sets`
#' - `library("VennDiagram")`
#' - [Wiki](https://upload.wikimedia.org/wikipedia/commons/5/56/6-set_Venn_diagram_SMIL.svg)
#' @name vennplot-shapes
#' @docType data
#' @md
NULL

#' plot all shapes provided by internal dataset
#'
#' These shapes are mainly collected from the package `venn`, and `VennDiagram`.
Expand Down
2 changes: 1 addition & 1 deletion man/ggVennDiagram.Rd

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

15 changes: 9 additions & 6 deletions man/vennplot-shapes.Rd

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

0 comments on commit 96c8149

Please sign in to comment.