cl_plot | R Documentation |
Plot a CrossLink object
cl_plot(
object,
layout = NULL,
link = NULL,
cross = NULL,
label = NULL,
header = NULL,
add = NULL,
annotation = cl_annotation()
)
object |
a CrossLink object |
layout |
the layout to be plot. Set NULL to plot current active layout |
link |
a named list of arguments for links. see |
cross |
a named list of arguments for crosses. see |
label |
a named list of arguments for node labels. see |
header |
a named list of arguments for headers. see |
add |
other gg objects to be added to final plot, such as theme(). use list of multiple gg objects to add them all. |
annotation |
generated by cl_annotation() |
For link, cross, label, header: "geom" is restricted for setting geom function, such as list(geom = "arc") for link.
a ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.