explore_plot | R Documentation |
explore_plot
creates a bar-plot showing the votes divided in up-regulated and down-regulated and the global result for each compound.
explore_plot(data, type = "all", counts = NULL)
data |
an tibble obtained by |
type |
select the subset of data to plot. Options are:
|
counts |
value of vote-counting cut-off. Will be only displayed data over the cut-off. |
Sum of votes divided by trend are plotted, then is obtained the total result by compound summing both trends.
a ggplot bar-plot showing the sum of votes for each compound divided by the trend
data("sample_data")
explore_plot(sample_data, type = "mix", counts = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.