An igraph object. It must include graph
coordinates assigned to x and y vertex attributes, and
vertex labels assigned to name vertex attribute.
mar
A single numeric value (in [0,1]) indicating the size of
the outer margins as a fraction of the graph space.
Note: When an image is provided, mar is a fraction of image margins.
layout
An optional numeric matrix with two columns for x
and y coordinates.
image
An optional background image. When provided, x and
y coordinates must represent pixel positions in the image space.
verbose
A single logical value specifying to display detailed
messages (when verbose=TRUE) or not (when verbose=FALSE).