mark.bins: Adds bin limits to histograms of fragment size distribution

Description Usage Arguments Value Author(s) References Examples

View source: R/mark.bins.R

Description

plots bin limits on top of the histogram of observed fragment sizes for a given locus

Usage

1
mark.bins(bins, text.size = 1, yscale = 5, offtext = 0.5)

Arguments

bins

A list of the type returned by bin.limits function

text.size

The size of text showing the bin codes

yscale

The height of the y axis

offtext

The offset tvalue for the text

Value

Lines and bin codes are added to the plot

Author(s)

Filipe Alberto

References

Alberto F. MsatAllele_1.0: an R package to visualize the binning of microsatellite alleles Journal of Heredity. 100(3):394,397

Examples

1
2
3
data(DBase)
bins<-bin.limits(DBase,"BC-4")
mark.bins(bins)

kkeenan02/MsatAllele documentation built on May 20, 2019, 10:42 a.m.