Usage
## S3 method for class 'map':
plot(x, map2, chr, horizontal=FALSE, shift=TRUE,
show.marker.names=FALSE, alternate.chrid=FALSE, \dots)
plotMap(x, map2, chr, horizontal=FALSE, shift=TRUE,
show.marker.names=FALSE, alternate.chrid=FALSE, ...)
Arguments
x
A list whose components are vectors of marker locations. A
cross
object may be given instead, in which case the genetic
map it contains is used.
map2
An optional second genetic map with the same number (and
names) of chromosomes. As with the first argument, a
cross
object may be given instead. If this argument is
given, a comparison of the two genetic maps is plotted.
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
horizontal
Specifies whether the chromosomes should be
plotted horizontally.
shift
If TRUE, shift the first marker on each chromosome to be
at 0 cM.
show.marker.names
If TRUE, marker names are included.
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.