Learn R Programming

qualityTools (version 1.55)

centerStar-methods: Get and set methods

Description

Get and set the Center Points of the star portion for an object of class facDesign

Usage

"centerStar"(x) "centerStar"(x) <- value

Arguments

x
a facDesign object
value
data.frame or vector

Methods

signature(objectc = "facDesign")
Get and set the Center Points of the star portion for an object of class facDesign. So far used internally.

See Also

centerCube cube star http://www.r-qualitytools.org

Examples

Run this code
#create a response surface design for k = 3 factors
rsdo = rsmDesign(k = 3)
centerStar(rsdo)

Run the code above in your browser using DataLab