draw.points {Rgb} | R Documentation |
Scatter plot of a track
Description
This function draws a slice of a track content, with a distinct point for each track element.
Usage
draw.points(slice, start, end, column = "value", pointColor = "#666666",
cex.lab = 1, cex = 0.6, pch = "+", bty = "o", fg = "#000000", ...)
Arguments
slice |
A |
start |
Single integer value, the left boundary of the window, in base pairs. |
end |
Single integer value, the right boundary of the window, in base pairs. |
column |
Single character value, the name of the |
pointColor |
The color to use for points (as a name, an integer or an hexadecimal character description). It can alternatively be a function without argument, which returns a vector of as many colors as |
cex.lab |
See |
cex |
See |
pch |
See |
bty |
See |
fg |
Single character value, defining the color of the foreground (axes, labels...) as an english name or a hexadecimal code. Similar to |
... |
Further arguments to be passed to |
Author(s)
Sylvain Mareschal
See Also
draw.bg
, draw.boxes
, draw.density
, draw.hist
, draw.pileup
, draw.seq
, draw.steps