View source: R/plottingFunctions.R
Plot variance by mean contours
1 2 3 4 5 6 7 8 | pltMnVrCont(
dat,
grpVec,
colVec = palette()[unique(grpVec)],
nbin = 100,
ncontour = 20,
lgnd = TRUE
)
|
dat |
subset of realMeanVar |
grpVec |
factor, same length as |
colVec |
vector of colors, same length as |
nbin |
number of bins in each dimension to aggregate data |
ncontour |
number of contours to plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.