Description Usage Arguments Value Examples
View source: R/lipidr-package.R
Use this function to turn on/off interactive graphics
plotting. Interactive plots require plotly
to be installed. Interactive graphics are disabled by default.
1 |
interactive |
Should interactive plots be displayed? Default is TRUE. |
None
1 2 3 4 5 6 7 8 9 10 | data(data_normalized)
use_interactive_graphics()
# plot the variation in intensity and retention time of all measured
# lipids in QC samples
d_qc <- data_normalized[, data_normalized$group == "QC"]
# plot_molecules(d_qc, "cv", "Area")
# turn off interactivity
use_interactive_graphics(interactive = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.