Plotprops | R Documentation |
Plot the proportion of parental alleles in hybrid individuals
Plotprops(Data, SNP_names, ploidy, S1_color, S0_color)
Data |
Object produced by the PrepareData function |
SNP_names |
Character or character vector, containing the names of SNPs that you want to plot. |
ploidy |
Numeric, ploidy of markers in the Data object. |
S1_color |
Character, desired color for the S1 parental alleles. |
S0_color |
Character, desired color for the S0 parental alleles. |
A plot displaying the proportion of parental alleles in hybrids at each SNP provided to the SNP_names parameter.
## Not run: Plotprops(SNP_names = candidate_snps, ploidy = 2,
S1_color = 'red', S0_color = 'blue')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.