plotSmoothScatter {cn.farms} | R Documentation |
Creates a smooth scatter plot
plotSmoothScatter(object, variable, chrom, start, end, ylim, pdfname, ...)
object |
An instance of |
variable |
States which variable of the assayData should be plotted. |
chrom |
The chromosome you want to plot. |
start |
The physical start position. |
end |
The physical end position. |
ylim |
The limits for the y axis. |
pdfname |
The name of the pdf file. |
... |
Further arguments passed to smoothScatter function. |
A graph.
Andreas Mitterecker
load(system.file("exampleData/slData.RData", package = "cn.farms")) plotSmoothScatter(slData[, 1:3], chrom = "23")