plot | R Documentation |
'plot' plot the two-dimensional chromatogram as a contour plot.
plot(Object, type = "f", ...) ## S4 method for signature 'GCxGC' plot(Object, type = "f", ...)
Object |
a GCxGC chromatogram, it can be a raw, or preprocessed chromatogram. |
type |
a character indicating the type of chromatogram representation.
By default, type = "f" for |
... |
Other parameters passed to |
This plot function employs the built-in contour function. As mentioned in \insertCiteReichenbach2004;textualRGCxGC, interpolation is used to display non-native GCxGC data.
library(colorRamps) chrom_name <- system.file("extdata", "08GB.cdf", package = "RGCxGC") chrom_2D <- read_chrom(chrom_name, 5L) plot(chrom_2D, nlevels = 150, color.palette = matlab.like) plot(chrom_2D, type = "c", nlevels = 50, col = matlab.like(30))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.