-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
…/false condition for shuffling
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Generated by using Rcpp::compileAttributes() -> do not edit by hand | ||
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 | ||
|
||
MatrixToOpiMatrixCluster <- function(xPosition, yPosition, data, cutoff, iterations = 2L) { | ||
.Call(`_Opticluster_MatrixToOpiMatrixCluster`, xPosition, yPosition, data, cutoff, iterations) | ||
MatrixToOpiMatrixCluster <- function(xPosition, yPosition, data, cutoff, iterations = 2L, shuffle = TRUE) { | ||
Check notice Code scanning / lintr Variable and function name style should match snake_case or symbols. Note
Variable and function name style should match snake_case or symbols.
Check notice Code scanning / lintr Variable and function name style should match snake_case or symbols. Note
Variable and function name style should match snake_case or symbols.
Check notice Code scanning / lintr Variable and function name style should match snake_case or symbols. Note
Variable and function name style should match snake_case or symbols.
Check notice Code scanning / lintr Lines should not be more than 80 characters. This line is 107 characters. Note
Lines should not be more than 80 characters. This line is 107 characters.
|
||
.Call(`_Opticluster_MatrixToOpiMatrixCluster`, xPosition, yPosition, data, cutoff, iterations, shuffle) | ||
Check notice Code scanning / lintr Indentation should be 2 spaces but is 4 spaces. Note
Indentation should be 2 spaces but is 4 spaces.
Check warning Code scanning / lintr no visible binding for global variable '_Opticluster_MatrixToOpiMatrixCluster' Warning
no visible binding for global variable '_Opticluster_MatrixToOpiMatrixCluster'
Check notice Code scanning / lintr Lines should not be more than 80 characters. This line is 107 characters. Note
Lines should not be more than 80 characters. This line is 107 characters.
|
||
} | ||
|