Learn R Programming

updog (version 1.1.3)

get_dimname: Returns a vector character strings that are all of the possible combinations of the reference allele and the non-reference allele.

Description

Returns a vector character strings that are all of the possible combinations of the reference allele and the non-reference allele.

Usage

get_dimname(ploidy)

Arguments

ploidy

The ploidy of the species.

Value

For example, if ploidy = 3 then this will return c("aaa", "Aaa", "AAa", "AAA")