oneplot: Draw a dot-plot for a selected observation (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
3
4
oneplot(object, i, ...)

## 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 dot-plot

pick

the number of locators to denote the names of the peptide

...

do not use at this term

See Also

odm

Examples

1
2
3
4
5
6
7
8
9
  data(lcms3)
  fit = odm(lcms3, method = "grubbs")
  oneplot(fit, i = 100)

  ## Not run: 
  # Add row name
  oneplot(fit, i = 100, pick = 1)
  
## End(Not run)

OutlierDM documentation built on May 1, 2019, 7:58 p.m.

Related to oneplot in OutlierDM...