| print.visualize.heatmap | R Documentation |
This function prints the heatmap plot
## S3 method for class 'visualize.heatmap'
print(x, scale = TRUE, file = NULL)
x |
a list indicating calculated centrality measures |
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.(default=NULL) |
The resulted plot of visualize_heatmapfunction 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.