| print.q_analysis | R Documentation |
Print Q-analysis results
## S3 method for class 'q_analysis'
print(x, ...)
x |
A |
... |
Additional arguments (unused). |
The input object, invisibly.
mat <- matrix(c(0,.6,.5,.6,0,.4,.5,.4,0), 3, 3)
colnames(mat) <- rownames(mat) <- c("A","B","C")
sc <- build_simplicial(mat, threshold = 0.3)
qa <- q_analysis(sc)
print(qa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.