Learn R Programming

FielDHub (version 1.4.2)

summary.FielDHub: Summary a FielDHub object

Description

Summarise information on the design parameters, and data frame structure

Usage

# S3 method for FielDHub
summary(object, ...)

Value

an object inheriting from class summary.FielDHub

Arguments

object

an object inheriting from class FielDHub

...

Unused, for extensibility

Author

Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br

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
summary(crd1)

Run the code above in your browser using DataLab