plotMarkerDensity {ABHgenotypeR} | R Documentation |
Plot the marker density along the chromosomes.
plotMarkerDensity(genos = "genotypes")
genos |
The output of readABHgenotypes |
A plot of marker densities along the chromosomes. If the output is assigned a name a ggplot2 object is returned for further manipulation.
## Not run: plotMarkerDensity(genotypes)
## Not run: p <- plotMarkerDensity(genotypes)