tolerance-methods: Get and set methods

Description Usage Arguments Methods Author(s) See Also Examples

Description

Get and set the tolerance for an object of class gageRR.

Usage

1
2
3
4
## S4 method for signature 'gageRR'
tolerance(x)
## S4 replacement method for signature 'gageRR'
tolerance(x) <- value

Arguments

x

a ‘gageRR’ object

value

data.frame or vector

Methods

signature(objectc = "gageRR")

Get and set the tolerance for an object of class gageRR.

Author(s)

Thomas Roth thomas.roth@tu-berlin.de

See Also

gageRRDesign
http://www.r-qualitytools.org

Examples

1
2
3
4
5
6
x = gageRRDesign(Operators = 3, Parts = 10, Measurements = 3)
#default 6tolerance
tolerance(x)   
#100 units                                               
tolerance(x) = 100                                            
tolerance(x)

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