Learn R Programming

RFLPtools (version 2.0)

nrBands: Function to compute number of bands.

Description

Computes groups based on the number of bands per sample in a RFLP data set. Each group comprises RFLP-samples with equal number of bands.

Usage

nrBands(x)

Arguments

x

data.frame with RFLP data; see RFLPdata.

Value

Number of bands per RFLP-samples.

Details

The function computes groups based on the number of bands per sample in a RFLP data set. Each group comprises RFLP-samples with equal number of bands.

References

Flessa, F., Kehl, A., Kohl, M. Analysing diversity and community structures using PCR-RFLP: a new software application. Molecular Ecology Resources 2013 Jul; 13(4):726-33.

See Also

RFLPdata, RFLPdist2, dist

Examples

Run this code
# NOT RUN {
data(RFLPdata)
nrBands(RFLPdata)
# }

Run the code above in your browser using DataLab