Skip to content

Commit

Permalink
Add data.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmgarnier committed Jul 13, 2024
1 parent 00d8a55 commit 0190a52
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://github.com/swarm-lab/gravitree, https://swarm-lab.github.io/gravitree/
BugReports: https://github.com/swarm-lab/gravitree/issues
LinkingTo:
Expand All @@ -21,3 +22,11 @@ Imports:
Rfast,
fastcluster,
stats
Suggests:
knitr,
rmarkdown,
ggplot2,
dplyr,
palmerpenguins,
MASS
LazyData: true
34 changes: 34 additions & 0 deletions R/gravitree-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,37 @@
#' @importFrom Rcpp evalCpp
#' @useDynLib gravitree, .registration = TRUE
"_PACKAGE"


#' @title Four Gaussian Clusters
#'
#' @description Matrix of 2-dimensional points forming four Gaussian clusters.
#'
#' @name four_Gaussians
#'
#' @docType data
#'
#' @keywords datasets
#'
#' @examples
#' data(four_Gaussians)
#' plot(four_Gaussians, pch = 19)
#'
NULL


#' @title Three Gaussian Clusters
#'
#' @description Matrix of 2-dimensional points forming three Gaussian clusters.
#'
#' @name three_Gaussians
#'
#' @docType data
#'
#' @keywords datasets
#'
#' @examples
#' data(three_Gaussians)
#' plot(three_Gaussians, pch = 19)
#'
NULL
Binary file added data/four_Gaussians.rda
Binary file not shown.
Binary file added data/three_Gaussians.rda
Binary file not shown.
15 changes: 15 additions & 0 deletions man/four_Gaussians.Rd

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

15 changes: 15 additions & 0 deletions man/three_Gaussians.Rd

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

0 comments on commit 0190a52

Please sign in to comment.