areadensnoisecompare2D: Shows areadens2D plus background noise as segmented line

Description Usage Arguments Value Author(s) Examples

Description

Plots area-denses of the spot and background.

Usage

1
2
areadensnoisecompare2D(object, spot = NULL, plot = TRUE, returndf = TRUE,
  ptype = "o", ...)

Arguments

object

S3 object of working TLC

spot

Number of the spot (counted left to right).

plot

Boolean, TRUE default and displays densitometric distribution.

returndf

Boolean, TRUE by default, returns data.frame with x and Area values.

ptype

Point type for the plot. Default "o" (Uses same values as type variable from plot function)

...

Additional parameters (for plot type function).

Value

Returns data.frame with x and Area values.

Author(s)

Ivan D. Pavicevic, ivanp84@gmail.com

Examples

1
2
3
4
5
## Not run: 
#see areadens2D first
areadensnoisecompare2D(object, spot=3, ptype="l")

## End(Not run)

qtlc documentation built on May 1, 2019, 8:45 p.m.