View source: R/repo_pvs_stage.R
repo.pvs.stage | R Documentation |
Produce standard reports for PVS data at different stages.
repo.pvs.stage(
dfr,
stage = NULL,
geno = "geno",
rep = "rep",
msm = "msm",
msw = "msw",
msg = "msg",
bsm = NULL,
bsw = NULL,
bsg = NULL,
title = "Automatic report for PVS",
subtitle = "Best genotypes at",
author = "International Potato Center",
format = c("html", "word", "pdf")
)
dfr |
A data frame with data for a pvs at some stage. |
stage |
|
geno |
Name of the genotypes. |
rep |
Replications. |
msm |
Mother score for men. |
msw |
Mother score for women. |
msg |
Mother score global. |
bsm |
Baby score for men. |
bsw |
Baby score for women. |
bsg |
Baby score global. |
title |
Report title. |
subtitle |
Report subtitle. |
author |
Report author. |
format |
The output file format for the report, |
It returns an automatic report for the PVS data at different stages: flowering, harvest, posthavest.
Raul Eyzaguirre.
repo.pvs.stage(pvsf2, 'flowering', 'INSTN', 'REP',
'MSM', 'MSWM', 'MSGLO', 'BSM', 'BSWM', 'BSGLO')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.