CINNA (version 1.1.2)

print.visualize.heatmap: Print the heatmap plot of centrality measures

Description

This function prints the heatmap plot

Usage

# S3 method for visualize.heatmap
print(x, scale = TRUE, file = NULL)

Arguments

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)

Value

The resulted plot of visualize_heatmapfunction will be saved in the given directory.