| print.checkAgri {agriutilities} | R Documentation | 
Print an object of class checkAgri
Description
Prints information about check_design_met() function.
Usage
## S3 method for class 'checkAgri'
print(x, ...)
Arguments
| x | An object fitted with the function  | 
| ... | Options used by the tibble package to format the output. See 'tibble::print()' for more details. | 
Value
an object inheriting from class checkAgri.
Author(s)
Johan Aparicio [aut]
Examples
library(agridat)
library(agriutilities)
data(besag.met)
dat <- besag.met
results <- check_design_met(
  data = dat,
  genotype = "gen",
  trial = "county",
  traits = c("yield"),
  rep = "rep",
  block = "block",
  col = "col",
  row = "row"
)
print(results)
[Package agriutilities version 1.2.0 Index]