conplot | R Documentation |
Function to plot number of genotypes in common among trials.
conplot(dfr, y, geno, trial, na.remove = TRUE)
dfr |
The name of the data frame. |
y |
The name of the column for the variable to plot. |
geno |
The name of the column that identifies the genotypes. |
trial |
The name of the column that identifies the trials. |
na.remove |
Logical indicating if NA values should be removed, default |
It returns a plot with the number or percentage of genotypes in common among trials.
Raul Eyzaguirre
conplot(ptfs, "ttwp", "geno", "trial.name")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.