xic_plot | R Documentation |
Generates an interactive or static plot of a XIC generated by get_xic
xic_plot(XICobj, Smooth = FALSE, Interactive = FALSE)
XICobj |
Object of the xic class from get_xic |
Smooth |
A True/False to indicate whether the plot should be smoothed. Default is FALSE. |
Interactive |
A True/False to indicate whether the plot should be interactive. Default is FALSE. |
## Not run:
# Test with bottom up data. See ?get_xic
xic_plot(xictest1)
xic_plot(xictest1, Smooth = TRUE, Interactive = TRUE)
# Test with top down raw data. See ?get_xic
xic_plot(xictest2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.