Learn R Programming

mtk (version 1.0)

mtkRandLHSDesignerResult-class: The mtkRandLHSDesignerResult class

Description

A class to collect the experimental design produced by the designer implementing the method RandLHS.

Arguments

Class Hierarchy

Parent classes :
mtkDesignerResult
Direct Known Subclasses :

Constructor

mtkRandLHSDesignerResult
signature(main,information=NULL)

Slots

main:
(data.frame) a data.frame holding the experimental design.
information:
(NULL) a named list containing optional information about the managed data.

Methods

summary
signature(object = "mtkRandLHSDesignerResult"): Provides a summary of the experimental design produced by the designer.
print
signature(x = "mtkRandLHSDesignerResult"): Prints a report of the experimental design produced by the designer.
plot
signature(x = "mtkRandLHSDesignerResult"): Plots the experimental design produced by the designer.

See Also

package?lsh, help(LHS)

Examples

Run this code

# To do, example for LHS method

Run the code above in your browser using DataLab