Last data update: 2014.03.03

R: Woodboard location for profiles
ss.data.wbxR Documentation

Woodboard location for profiles

Description

This data set contains the 500 locations at which the density of a 0.5in-thick engineered woodboard is measured, i.e., 0.001 in apart

Usage

data("ss.data.wbx")

Format

A vector with 500 items for the locations (in).

Details

This data set illustrates concepts in the book “Quality Control with R”. This data set should be used along with the ss.data.wby data set.

Source

Example 10.1 in the reference below. It is a variation of the one introduced by Walker (2002).

References

Cano, E.L. and Moguerza, J.M. and Prieto Corcoba, M. (2015) Quality Control with R. An ISO Standards Approach. Springer.

Walker, E. amd Wright, W (2002) Comparing curves with additive models. J. Qual. Technol. 34(1), 118–129

See Also

ss.data.wby

Examples


data(ss.data.wbx)
data(ss.data.wby)
plotProfiles(profiles = ss.data.wby,
    x = ss.data.wbx)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(SixSigma)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/SixSigma/ss.data.wbx.Rd_%03d_medium.png", width=480, height=480)
> ### Name: ss.data.wbx
> ### Title: Woodboard location for profiles
> ### Aliases: ss.data.wbx
> ### Keywords: datasets
> 
> ### ** Examples
> 
> 
> data(ss.data.wbx)
> data(ss.data.wby)
> plotProfiles(profiles = ss.data.wby,
+     x = ss.data.wbx)
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>