getLineSiteMeans
Sub routine to get line means for the pvGxE Experiment
1 2 | plotDistn(mergedData, yColumn, nbins = 30, histFill = "grey50",
freeXAxis = F, freeYAxis = T, themeIn = theme_jtlbar, nrows = 3)
|
yColumn |
Character vector indicating the single response variable |
nbins |
The number of bins in the histogram |
histFill |
The color for histogram fill |
freeXAxis |
Logical, should the xaxis scales be independent |
freeYAxis |
Logical, should the yaxis scales be independent |
themeIn |
What ggplot theme should be used? |
nrows |
The number of rows in the faceted panels. |
dat |
The dataframe containing parental data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.