Description Usage Arguments Value Examples
Takes data.frame from mbecMosaic and produces a ggplot2 object.
1 | mbecMosaicPlot(study.summary, model.vars)
|
study.summary |
'mbecMosaic' output object. |
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 6 | # This will return a paneled plot that shows results for the variance
# assessment.
mosaic.df <- mbecMosaic(input.obj=dummy.mbec, model.vars=c('group','batch'),
return.data=TRUE)
plot.mosaic <- mbecMosaicPlot(study.summary=mosaic.df,
model.vars=c('group','batch'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.