| print.visualize.pair.correlation | R Documentation |
This function prints pairwise correlation of centrality measures and histogram plot.
## S3 method for class 'visualize.pair.correlation'
print(x, y, scale = TRUE, file = NULL)
x |
a vector containing a centrality measure |
y |
a vector containing another centrality measure |
scale |
Whether the centrality values should be scaled or not(default=TRUE) |
file |
A character string naming the .pdf file to print into. If NULL the result would be printed to the exist directory. |
The resulted plot of visualize_pair_correlationfunction will be saved in the given directory.
Minoo Ashtiani, Mohieddin Jafari
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.