areadensnoisecompare2D {qtlc} | R Documentation |
Shows areadens2D plus background noise as segmented line
Description
Plots area-denses of the spot and background.
Usage
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 |
ptype |
Point type for the plot. Default "o" (Uses same values as |
... |
Additional parameters (for |
Value
Returns data.frame
with x
and Area
values.
Author(s)
Ivan D. Pavicevic, ivanp84@gmail.com
Examples
## Not run:
#see areadens2D first
areadensnoisecompare2D(object, spot=3, ptype="l")
## End(Not run)
[Package qtlc version 1.0 Index]