repo.pvs.stage: Report for PVS at stage

View source: R/repo_pvs_stage.R

repo.pvs.stageR Documentation

Report for PVS at stage

Description

Produce standard reports for PVS data at different stages.

Usage

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")
)

Arguments

dfr

A data frame with data for a pvs at some stage.

stage

flowering, harvest or post-harvest. This is only for titles in the report.

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, "html" by default. Other options are "word" and "pdf".

Value

It returns an automatic report for the PVS data at different stages: flowering, harvest, posthavest.

Author(s)

Raul Eyzaguirre.

Examples

repo.pvs.stage(pvsf2, 'flowering', 'INSTN', 'REP',
               'MSM', 'MSWM', 'MSGLO', 'BSM', 'BSWM', 'BSGLO')

reyzaguirre/pepa documentation built on March 29, 2025, 9:56 p.m.