Description Usage Arguments Value Examples
Takes data.frame from mbecRLE and produces a ggplot2 object.
1 | mbecRLEPlot(rle.df, model.vars)
|
rle.df |
'mbecRLE' data output |
model.vars |
two covariates of interest to select by first variable selects panels and second one determines coloring |
ggplot2 object
1 2 3 4 5 | # This will return a paneled plot that shows results for the variance
# assessment.
rle.df <- mbecRLE(input.obj=dummy.mbec, model.vars=c('group','batch'),
type="clr", return.data=TRUE)
plot.rle <- mbecRLEPlot(rle.df, c('group','batch'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.