oneplot: Draw a dot-plot for a selected peptide

Description Usage Arguments See Also Examples

Description

This function draws a dot plot for a selected peptide based on the OutlierDM object.

Usage

1
2
    ## S4 method for signature 'OutlierDM'
oneplot(object,i=1,pick=0)

Arguments

object

a fitted object

i

a row number in order or drawing a dow plot

pick

the number of locators to denote the names of the peptide

See Also

odm

Examples

1
2
3
4
5
6
  data(lcms3)
  fit = odm(lcms3, type = "grubbs")
  oneplot(fit, i = 100)

  # Add row name
  #oneplot(fit, i = 100, pick = 1)

sooheang/OutlierDM documentation built on May 30, 2019, 6:31 a.m.