Learn R Programming

qtlc (version 1.0)

areadensnoisecompare2D: 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 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.

Examples

Run this code
## Not run: 
# #see areadens2D first
# areadensnoisecompare2D(object, spot=3, ptype="l")
# ## End(Not run)

Run the code above in your browser using DataLab