- x
An object of class "scanone"
, as output by
scanone
.
- x2
Optional second scanone
object.
- x3
Optional third scanone
object.
- chr
Optional vector indicating the chromosomes to plot.
This should be a vector of character strings referring to chromosomes
by name; numeric values are converted to strings. Refer to
chromosomes with a preceding -
to have all chromosomes but
those considered. A logical (TRUE/FALSE) vector may also be used.
- lodcolumn
An integer, or vector of 3 integers, indicating which
of the LOD score columns should be plotted (generally this is 1).
- incl.markers
Indicate whether to plot line segments at the
marker locations.
- xlim
Limits for x-axis (optional).
- ylim
Limits for y-axis (optional).
- lty
Line types; a vector of length 1 or 3.
- col
Line colors; a vector of length 1 or 3.
- lwd
Line widths; a vector of length 1 or 3.
- add
If TRUE, add to a current plot.
- gap
Gap separating chromosomes (in cM).
- mtick
Tick mark type for markers (line segments or
upward-pointing triangels).
- show.marker.names
If TRUE, show the marker names along the x axis.
- alternate.chrid
If TRUE and more than one chromosome is
plotted, alternate the placement of chromosome
axis labels, so that they may be more easily distinguished.
- bandcol
Optional color for alternating bands to indicate
chromosomes. If NULL (the default), no bands are plotted. A good
choice might be bandcol="gray70"
.
- type
Type of plot (see plot
): for
example, type="l"
for lines or type="p"
for points only,
may be of length 1 or 3.
- cex
Point size expansion, for example if type="p"
is used.
May be of length 1 or 3.
- pch
Point type, for example if type="p"
is used. See points
.
May be of length 1 or 3.
- bg
Background color for points, for example if type="p"
and pch=21
are used. See points
.
May be of length 1 or 3.
- bgrect
Optional background color for the rectangular plotting region.
- ...
Passed to the function plot
when it
is called.