repo.lxt: Automatic report for a Line x Tester genetic design.

View source: R/repo_lxt.R

repo.lxtR Documentation

Automatic report for a Line x Tester genetic design.

Description

Produces an automatic report for a Line x Tester genetic design analysis.

Usage

repo.lxt(
  traits,
  line,
  tester,
  rep,
  dfr,
  title = "Automatic report for a Line x Tester genetic design",
  subtitle = NULL,
  author = "International Potato Center",
  format = c("html", "word", "pdf"),
  server = FALSE,
  server_dir_name = "directory",
  server_file_name = "filename"
)

Arguments

traits

The traits to analize.

line

The lines.

tester

The testers.

rep

The replications.

dfr

The name of the data frame.

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

server

Logical. If "FALSE" works with local machines. Otherwise works in server environments.

server_dir_name

If "server = TRUE", this is the directory name in the server.

server_file_name

If "server = TRUE", this is the file name in the server.

Value

It returns an automatic report for a Line by Tester genetic design.

Author(s)

Raul Eyzaguirre.

Examples

repo.lxt("yield", "line", "tester", "rep", lxt)

reyzaguirre/pepa documentation built on April 20, 2024, 3:50 a.m.