Description Usage Arguments Value
Uses ggplot2.
1 2 3 4 5 6 7 | createMainPlot(
plotData,
meanPlotData,
pairwiseComparisons,
input,
ranges = list(x = NULL, y = NULL)
)
|
plotData |
:: tibble. Data for the plot, pass it from reactive plotData() |
meanPlotData |
:: tibble. Data of means, pass from reactive meanPlotData() |
pairwiseComparisons |
:: tibble. Pairwise t-tests from pairwiseComparisons() |
input |
:: list. Input list from shiny ui. Uses |
ranges |
:: list(x, y). Ranges of the plot zoom
|
:: ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.