Description Usage Arguments Value Author(s) Examples
plotGX finds the input id(s) and genotype name(s) in the dataset and plot the selected trait against measurement time. Replicates are categoried by genotypes. Input data can be 3 types: 1. table
. Every measurement in this table will be ploted. 2.genotype
+ dataset
. genotype must be in the dataset provided. 3. id
+ dataset
. id must be in the dataset provided. PGN format Plots are saved into the working directory with a naming convention of "trait + genotype name.pgn". Plots are used for identifying outliers.
1 |
trait |
character of the trait you want to view. ( "Photo" / "Cond" / "Ci/Ca" ) |
table |
Plot out all the individual entries in this table. pass in |
genotype |
plot out the selected genotypes in corresponding dataset. |
id |
plot out the selected plot names in corresponding dataset. |
dataset |
different from |
Saves plots of selected physiological trait of selected entries over time into the working directory.
Jiayang Xie <kevinxie@illinois.edu>
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.