add.vertex.shape | R Documentation |
add.vertex.shape()
was renamed to add_shape()
to create a more
consistent API.
add.vertex.shape(
shape,
clip = shape_noclip,
plot = shape_noplot,
parameters = list()
)
shape |
Character scalar, name of a vertex shape. If it is
|
clip |
An R function object, the clipping function. |
plot |
An R function object, the plotting function. |
parameters |
Named list, additional plot/vertex/edge
parameters. The element named define the new parameters, and the
elements themselves define their default values.
Vertex parameters should have a prefix
‘ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.