## S3 method for class 'Network':
print(x, title = NA, title.color = "black",
seed = sample(1:10000, 1), layout = igraph::layout.auto,
legend = c(-0.5, -1.5, 0.5, -1.45), legend.cex = 1, bg = NULL,
legend.text.color = "black", legend.gradient = NULL,
vertex.color = "grey80", vertex.size = 9, vertex.frame.color = NA,
vertex.label.color = "grey40", vertex.label.cex = 1.1,
edge.label.color = "black", edge.label.cex = 0.9, ...)NULL eliminates title. NA
uses title attribute of the Network object.layout to use.color.legend for more information.NULL and NA are
equivalent to 1.0. See mtext for more information.par for more information.NA to
remove.plot.igraph.