Description Usage Arguments Value Examples
Create fraction of design space plots for response surface designs in spherical regions.
1 2 |
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 7. |
des.names |
A vector of descriptive names for designs in character strings. |
scale |
Design points are scaled by a factor equal to the square root of the number of factors divided by the maximum of radii across the set of design points. This factor makes two or more designs comparable by scaling the maximum design point radius to be the square root of the number of factors. |
label |
The default is "ON" meaning that all legends will be appeared, and if it is "OFF", legends will be removed. |
fds.sphere
is called to generate Fraction of Design Space plots for spherical-region designs.
1 2 3 | CCD1<- gen.CCD(n.vars = 2, n.center = 2, alpha = 1)
CCD2<- gen.CCD(n.vars = 2, n.center = 2, alpha = sqrt(2))
fds.sphere(CCD1, CCD2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.