CINNA (version 1.0.0)

print.visualize.association: Print pairwise association between centrality measure's plot 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)