int.check.ncod: Check ploidy and number of digits per allele

Description Usage Arguments Author(s)

View source: R/control.R

Description

Check ploidy and number of digits per allele

Usage

1
2
3
4
5
6
7
8
int.check.ncod(
  X,
  ploidy,
  ncod = NULL,
  sep = "",
  numeric.dat = FALSE,
  strict_nchar = FALSE
)

Arguments

X

Matrix to check.

ploidy

Ploidy level in X.

ncod

Number of digits coding each allele.

sep

Character string separating alleles.

numeric.dat

Numeric data checks. Default FALSE.

strict_nchar

Test if the number of characters is uniform when sep != "". Default FALSE

Author(s)

Leandro Roser leandroroser@ege.fcen.uba.ar


EcoGenetics documentation built on July 8, 2020, 5:46 p.m.