pltMnVrCont: Plot variance by mean contours

Description Usage Arguments

View source: R/plottingFunctions.R

Description

Plot variance by mean contours

Usage

1
2
3
4
5
6
7
8
pltMnVrCont(
  dat,
  grpVec,
  colVec = palette()[unique(grpVec)],
  nbin = 100,
  ncontour = 20,
  lgnd = TRUE
)

Arguments

dat

subset of realMeanVar

grpVec

factor, same length as nrow(dat); defines groups for plotting

colVec

vector of colors, same length as levels(grpVec)

nbin

number of bins in each dimension to aggregate data

ncontour

number of contours to plot


daynefiler/filer2020A documentation built on Dec. 31, 2021, 8:48 a.m.