pascalTriangle | R Documentation |
This function generates the Pascal triangle for a given ploidy value. The Pascal triangle is used to define the expected peaks for each ploidy level, which can be useful in various genetic analyses.
pascalTriangle(h)
h |
An integer representing the ploidy value. |
A list where each element corresponds to a row of the Pascal triangle, up to the specified ploidy value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.