Returns a plot of a network (square matrix)

visualise_network(mat)

Arguments

mat

The matrix to be valuated

Value

The complexity of the matrix mat

Examples

eg_mat <- matrix(dat = rnorm(n = 100), nrow = 10); mat_cmp <- visualise_network(mat = eg_mat);