createMainPlot: Create the main plot

Description Usage Arguments Value

View source: R/plot_main.R

Description

Uses ggplot2.

Usage

1
2
3
4
5
6
7
createMainPlot(
  plotData,
  meanPlotData,
  pairwiseComparisons,
  input,
  ranges = list(x = NULL, y = NULL)
)

Arguments

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

  • aesX :: string.

  • aesColor :: string.

  • aesFacetCol :: string.

  • aesFacetRow :: string.

  • mainPlotAdditionalOptions :: character vector. Options: list("points", "bars", "mean", "values", "ind_values", "log", "N", "label", "swap", "free_y", "signif")

  • errorbarType :: string. "None" | "SD" | "SEM" | "CI"

  • summariseTechnicalReplicates :: boolean.

  • standardizationFeatures :: character vector | NULL.

  • standardizeWithinTechnicalReplicate :: boolean.

Value

:: ggplot object


jmbuhr/ShinyLipids documentation built on June 25, 2021, 2:26 a.m.