chart_plot method
Source:R/annotation_bar_chart.R
, R/annotation_histogram_class.R
, R/annotation_histogram2d_class.R
, and 8 more
chart_plot.Rd
Plots a chart object
Usage
# S4 method for class 'annotation_bar_chart,annotation_source'
chart_plot(obj, dobj)
# S4 method for class 'annotation_histogram,annotation_source'
chart_plot(obj, dobj)
# S4 method for class 'annotation_histogram2d,annotation_source'
chart_plot(obj, dobj)
# S4 method for class 'annotation_pie_chart,annotation_source'
chart_plot(obj, dobj)
# S4 method for class 'annotation_upset_chart,annotation_source'
chart_plot(obj, dobj, ...)
# S4 method for class 'annotation_upset_chart,list'
chart_plot(obj, dobj)
# S4 method for class 'annotation_venn_chart,annotation_source'
chart_plot(obj, dobj, ...)
# S4 method for class 'annotation_venn_chart,list'
chart_plot(obj, dobj)
# S4 method for class 'mwb_structure,annotation_source'
chart_plot(obj, dobj)
# S4 method for class 'openbabel_structure,character'
chart_plot(obj, dobj)
# S4 method for class 'openbabel_structure,annotation_source'
chart_plot(obj, dobj)
# S4 method for class 'pubchem_structure,annotation_source'
chart_plot(obj, dobj)
# S4 method for class 'pubchem_widget,annotation_source'
chart_plot(obj, dobj)