A hybridsim object can be plotted using the function plot.hybridsim, which is also used as the dedicated plot method. This function represents expected hybrid markers frequencies on a neutral sheet.
Usage
## S3 method for class 'hybridsim':
plot(x,hybrid = c("F1", "BxA", "BxB"), col = "lightgreen",
shade = 0.8, markers = x$SelMarkers, ...)
Arguments
x
A hybridsim object.
hybrid
The hybrid classes to simulate: "F1", "BxA" or "BxB".
col
A specification for the default plotting color.
shade
A specification for the default alpha value.
markers
a numeric vector with markers to plot. By default markers under selection by hybridsim function.
...
Arguments to be passed to methods, such as graphical parameters (see par).