plot.sociomatrix is particularly valuable for examining large adjacency matrices, whose structure can be non-obvious otherwise. sociomatrixplot is an alias to plot.sociomatrix, and may eventually supersede it.
# NOT RUN {#Plot a small adjacency matrixplot.sociomatrix(rgraph(5))
#Plot a much larger oneplot.sociomatrix(rgraph(100),drawlab=FALSE,diaglab=FALSE)
# }