powered by
FielDHub
Prints information about any FielDHub function.
# S3 method for FielDHub print(x, n, ...)
an object inheriting from class FielDHub
an object inheriting from class
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.
head
Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br [aut], Didier Murillo [aut]
# 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