get_ontology_plot: Get 'ontology_plot' object

Description Usage Arguments Value

View source: R/graphs.R

Description

Function to create ontology_plot objects where all graphical parameters to be used must be specified.

Usage

1
2
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 Feb. 10, 2021, 5:06 p.m.