Description Usage Arguments Value Examples
View source: R/ptdfToVertices.R
PTDF are the equations of the hyperplanes defining the limits of flow-based domains, while the vertices are the coordinnates of the extreme points of the domains.
| 1 | ptdfToVertices(PTDF, nbCore = 1, maxDomainSize = 10000)
 | 
| PTDF | 
 | 
| nbCore | 
 | 
| maxDomainSize | 
 | 
A data table with the vertices of the flow-based domains.
| 1 2 3 4 5 6 7 8 9 | ptdf_data <- data.table::fread(system.file("dataset/ptdf_example.csv", 
   package = "flowBasedClustering"), data.table = F)
head(ptdf_data)
vertices <- ptdfToVertices(system.file("dataset/ptdf_example.csv",
    package = "flowBasedClustering"))
head(vertices)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.