powered by
m
nrow(m)
ncol(m)
plot.matrix(x, labels=list(seq(1:dim(x)[1]), seq(1:dim(x)[2])), drawlab=TRUE, diaglab=TRUE, ...)
plot
plot.matrix
#Plot a small adjacency matrix plot.matrix(rgraph(5)) #Plot a much larger one plot.matrix(rgraph(100),drawlab=FALSE,diaglab=FALSE)
Run the code above in your browser using DataLab