View source: R/utils_S3_methods.R
print.smaAgri | R Documentation |
smaAgri
Prints information about single_trial_analysis
function.
## S3 method for class 'smaAgri'
print(x, ...)
x |
An object fitted with the function |
... |
Options used by the tibble package to format the output. See 'tibble::print()' for more details. |
an object inheriting from class smaAgri
.
Johan Aparicio [aut]
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"
)
out <- single_trial_analysis(results, progress = FALSE)
print(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.