| print.visualize.association | R Documentation |
This function prints regression plot between pair of centrality measures
## S3 method for class 'visualize.association'
print(x, y, scale = TRUE, file = NULL)
x |
a vector containing a centrality values as independent variable |
y |
a vector containing a centrality values as dependent variable |
scale |
Whether the centrality values should be scaled or not(default=TRUE) |
file |
A character string naming the file to print into. If NULL the result would be printed to the exist directory(default=NULL) |
The resulted plot of visualize_associationfunction 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.