print.FielDHub: Print a 'FielDHub' object

View source: R/utils_S3_methods.R

print.FielDHubR Documentation

Print a FielDHub object

Description

Prints information about any FielDHub function.

Usage

## S3 method for class 'FielDHub'
print(x, n, ...)

Arguments

x

an object inheriting from class

n

a single integer. If positive or zero, size for the resulting object: number of elements for a vector (including lists), rows for a matrix or data frame or lines for a function. If negative, all but the n last/first number of elements of x.

...

further arguments passed to head.

Value

an object inheriting from class FielDHub

Author(s)

Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br [aut], Didier Murillo [aut]

Examples

# Example 1: Generates a CRD design with 5 treatments and 5 reps each.
crd1 <- CRD(t = 5, reps = 5, plotNumber = 101,
seed = 1985, locationName = "Fargo")
crd1$infoDesign
print(crd1)


FielDHub documentation built on Oct. 20, 2023, 1:07 a.m.