CINNA (version 1.1.2)

print.visualize.association: Print pairwise association plot among centrality measures into a file

Description

This function prints regression plot between pair of centrality measures

Usage

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

Arguments

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)

Value

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