fds.cube: The Fraction of Design Space (FDS) plots for cuboidal-region...

Description Usage Arguments Value Examples

Description

Create fraction of design space plots for response surface designs in cuboidal regions.

Usage

1
2
fds.cube(design.matrix, design.matrix.2 = NULL, design.matrix.3 = NULL, 
         des.names = c("Design 1","Design 2","Design 3"))

Arguments

design.matrix, design.matrix.2, design.matrix.3

Data frames of design points to be compared in coded or uncoded units. There should be one column for each factor in the design, and one row for each run in the design. The maximum number of factors is 6.

des.names

A vector of descriptive names for designs in character strings.

Value

fds.sphere is called to generate fraction of design space plots for cuboidal-region designs.

Examples

1
2
3
CCD1<- gen.CCD(n.vars = 4, n.center = 2, alpha = 1)
CCD2<- gen.CCD(n.vars = 4, n.center = 5, alpha = 1)
fds.cube(CCD1, CCD2)

Example output



VdgRsm documentation built on May 2, 2019, 3:48 p.m.

Related to fds.cube in VdgRsm...