Learn R Programming

FielDHub (version 1.4.2)

print.FielDHub: Print a FielDHub object

Description

Prints information about any FielDHub function.

Usage

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

Value

an object inheriting from class FielDHub

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.

Author

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

Examples

Run this code
# 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)

Run the code above in your browser using DataLab