tdToDf: tdToDf function

View source: R/tdToDf.R

tdToDfR Documentation

tdToDf function

Description

function to turn an object of class 'trialDesign' into a data.frame

Usage

tdToDf(
  td,
  vars = c("plotNo", "plotName", "block", "trialName", "Entry", "Line", "Pedigree")
)

Arguments

td

object of class 'trialDesign'

vars

variables that should be included in the data.frame

Details

[fill in details here]

Value

data.frame

Examples

# none

nsantantonio/fieldMapR documentation built on Feb. 4, 2025, 3:07 a.m.