Description Usage Arguments Note
================================================================ boxplotMod to identify outliers in a vector Outliers that are 3 times the interquartile range from either quartile; note that the default for boxplots is 1.5 times the interquartile range
1 2 3 4 5 6 7 8 9 10 11 12  | outlierFind.i(
  i,
  protClass,
  outlierLevel = "peptide",
  refCol = refCol,
  nCol = nCol,
  outlierMeth,
  range = range,
  proba = proba,
  eps = eps,
  randomError = randomError
)
 | 
range: | 
 pre-specified times of IQR range  | 
x: | 
 a vector of numbers  | 
reject.vec.i: | 
 pre-specified rejection locations  | 
proba: | 
 pre-specified normal probability  | 
: when sd(x)=0, scores() generates NA, mark NA as FALSE ================================================================
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.