get_ontology_plot | R Documentation |
ontology_plot
objectFunction to create ontology_plot
objects where all graphical parameters to be used must be specified.
get_ontology_plot(
ontology,
terms,
edge_attributes = list(color = "#000000", lty = "solid"),
...
)
ontology |
|
terms |
Character vector of ontological terms |
edge_attributes |
List of properties to set for arrows (note, these properties will be used for all arrow). |
... |
Named graphical parameters. These must either be vectors of values the same length as |
ontology_plot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.