Description Usage Arguments Value Author(s) Examples
Plot raw phenotypic time series data
1 | plot_TS_raw(data_TS, geno_id, rep_av = TRUE, main = "TS")
|
data_TS |
|
geno_id |
|
rep_av |
|
main |
|
Plot of the G-BLUEs time series. The optional trend will be ploted in red. The heritability will be ploted in dashed blue and time window limits in black.
Vincent Garin
1 2 3 4 5 6 7 8 | data(SG_PH_data)
data_TS <- SG_PH_data[, 6:28]
geno_id <- SG_PH_data$genotype
plot_TS_raw(data_TS, geno_id, rep_av = FALSE)
plot_TS_raw(data_TS, geno_id, rep_av = TRUE,
main = 'TS averaged over replicates')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.