Arguments
x
x is a graph object created from an adjacency matrix or from a tabular data of two columns using graph() function available in igraph.
mo
mo represents the mode of nodes. Options are in or out.
nc
nc is a numeric value representing the total number of corners to be plotted, initially at the center position of a polygon.
tkplot
it is a boolean variable, if it is true, function will use 'tkplot' function to plot a graph, if it is false function will use plot function with the black background.
...
... parameter for other inputs.
v.lab
v.lab is a logical value to show vertex label.
v.size
v.size is a numeric value to assign the size of nodes.
bg
bgis a color value to adjust background color of the plot.