S3 plotting method for diffnet objects.
An object of class diffnet
Ignored.
Integer scalar indicating the time slice to plot.
Character scalar/vector. Color of the vertices.
Either a numeric scalar or vector of size \(n\), or any of the following values: "indegree", "degree", or "outdegree" (see details).
Character. A title template to be passed to sprintf.
Passed to rescale_vertex_igraph.
Further arguments passed to plot.igraph.
A matrix with the coordinates of the vertices.
Plotting is done via the function plot.igraph.
When vertex.size is either of "degree", "indegree", or
"outdegree", vertex.size will be replace with dgr(.,cmode = )
so that the vertex size reflects the desired degree.
The argument minmax.relative.size is passed to rescale_vertex_igraph
which adjusts vertex.size so that the largest and smallest vertices
have a relative size of minmax.relative.size[2] and
minmax.relative.size[1] respectively with respect to the x-axis.
Other diffnet methods:
%*%(),
as.array.diffnet(),
c.diffnet(),
diffnet-arithmetic,
diffnet-class,
diffnet_index,
summary.diffnet()