| get_ontology_plot {ontologyPlot} | R Documentation | 
Get ontology_plot object
Description
Function to create ontology_plot objects where all graphical parameters to be used must be specified.
Usage
get_ontology_plot(
  ontology,
  terms,
  edge_attributes = list(color = "#000000", lty = "solid"),
  ...
)
Arguments
| 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  | 
Value
ontology_plot object.
[Package ontologyPlot version 1.7 Index]