specifies shapes according to a column in a data frame
vis.net.format.att(
df,
col.id = NULL,
col.size = NULL,
color = NULL,
col.color = NULL,
shapes = NULL,
col.shape = NULL,
strokeCol = NULL,
col.strokeCol = NULL,
col.stroke = NULL,
node.opacity = NULL
)a data frame with node information.
a character or numeric vector indicating the column name or index of node Ids.
a character or numeric vector indicating the column name or index of node size.
a vector character of length two indicating the range of color for node color.
a character or numeric vector indicating the column name or index of node color.
a character vector indicating the type of shape per category. 7 shapes are available: "circle", "cross", "diamond", "rectangle, "star", "triangle", "y"
a character or numeric vector indicating the column name or index of node shape.
a vector character of length two indicating the range of color for node stroke color.
a character or numeric vector indicating the column name or index of node stroke color.
a character or numeric vector indicating the column name or index of node stroke.
a character or numeric vector indicating the column name or index of node opacity.
a data frame.
format a data frame with informations relative to vis.net function.