print.FielDHub {FielDHub} | R 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 |
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)
[Package FielDHub version 1.4.2 Index]