View source: R/plot-functions.R
plot_db | R Documentation |
Display raw data under the Magma format as smoothed curves.
plot_db(data, cluster = FALSE, legend = FALSE)
data |
A data frame or tibble with format : ID, Input, Output. |
cluster |
A boolean indicating whether data should be coloured by cluster. Requires a column named 'Cluster'. |
legend |
A boolean indicating whether the legend should be displayed. |
Graph of smoothed curves of raw data.
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.