Description Usage Arguments Value
Generates a plot from data
1 | call_plot_function(data, plot_type, plot_args = list())
|
data |
data.frame with plot data (as returned by |
plot_type |
Name of the type of plot to generate. Available types are 'hexagonal', 'histogram', 'dots', 'contour' (for single cell data) and 'heatmap', 'bar', 'tile', 'pca' (for aggregated data). The plot function corresponding to a given plot type must have the same name as the plot type with the preffix 'plot_' (for instance 'plot_hexagonal()') |
plot_args |
list of arguments passed to the plot function |
a plot (plot class depends on the plot function)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.