get_ontology_plot: Get 'ontology_plot' object

View source: R/graphs.R

get_ontology_plotR 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

ontology_index object

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 terms, or of length 1 if they should be used for all terms.

Value

ontology_plot object.


ontologyPlot documentation built on May 29, 2024, 3:10 a.m.