Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New functions #28

Merged
merged 3 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.0.0
Date: 2024-01-11 18:56:00 UTC
SHA: f14c6af02027eaf55f19271427e6af28659cd9a5
Date: 2024-01-11 20:51:52 UTC
SHA: 297de3689221b177848b5aed0511ffecd5760e34
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import(doParallel)
import(foreach)
importFrom(Rvcg,vcgGetEdge)
importFrom(Rvcg,vcgImport)
importFrom(TDA,alphaComplexFiltration)
importFrom(dplyr,setdiff)
importFrom(stats,median)
importFrom(stats,na.omit)
Expand Down
1 change: 1 addition & 0 deletions R/complex.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#' @return complex list of vertices, edges, faces, and tetrahedra.
#'
#' @export
#' @importFrom TDA alphaComplexFiltration
get_alpha_complex <- function(points, alpha){
if (alpha < 0){
stop("alpha must be nonnegative.")
Expand Down
Loading