print.pc_matrix | R Documentation |
Prints the pattern causality matrix object. This function displays the specified causality matrix (or all matrices) with a preview of the first 5 rows and columns.
## S3 method for class 'pc_matrix'
print(x, type = "all", ...)
x |
A |
type |
The type of matrix to print ("all" or "positive", "negative", "dark"). |
... |
Additional arguments passed to the |
Invisibly returns the input object.
data(climate_indices)
dataset <- climate_indices[, -1]
pc_matrix_obj <- pcMatrix(dataset, E = 3, tau = 1,
metric = "euclidean", h = 1, weighted = TRUE,
verbose = FALSE)
print(pc_matrix_obj, type = "positive")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.