names-methods: Methods for function names in Package 'base'

Description Usage Arguments Methods Author(s) See Also

Description

Methods for function names in Package base.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## S4 method for signature 'facDesign'
names(x)
## S4 replacement method for signature 'facDesign'
names(x) <- value
## S4 method for signature 'mixDesign'
names(x)
## S4 replacement method for signature 'mixDesign'
names(x) <- value
## S4 method for signature 'doeFactor'
names(x)
## S4 replacement method for signature 'doeFactor'
names(x) <- value
## S4 method for signature 'taguchiDesign'
names(x)
## S4 replacement method for signature 'taguchiDesign'
names(x) <- value
## S4 method for signature 'taguchiFactor'
names(x)
## S4 replacement method for signature 'taguchiFactor'
names(x) <- value
## S4 method for signature 'pbDesign'
names(x)
## S4 replacement method for signature 'pbDesign'
names(x) <- value
## S4 method for signature 'pbFactor'
names(x)
## S4 replacement method for signature 'pbFactor'
names(x) <- value

## S4 method for signature 'gageRR'
names(x)

Arguments

x

object of class facDesign, mixDesign, taguchiDesign, taguchiFactor, pbDesign, pbFactor, doeFactor or gageRR.

value

character vector.

Methods

signature(x = "ANY")

ANY object.

signature(x = "doeFactor")

a doeFactor object.

signature(x = "facDesign")

a facDesign object.

signature(x = "mixDesign")

a mixDesign object.

signature(x = "taguchiDesign")

a taguchiDesign object.

signature(x = "taguchiFactor")

a taguchiFactor object.

signature(x = "pbDesign")

a pbDesign object.

signature(x = "pbFactor")

a pbFactor object.

signature(x = "gageRR")

a gageRR object.

Author(s)

Thomas Roth thomas.roth@tu-berlin.de
Etienne Stockhausen stocdarf@mailbox.tu-berlin.de

See Also

http://www.r-qualitytools.org


qualityTools documentation built on May 2, 2019, 10:21 a.m.