Learn R Programming

UsingR (version 2.0-7)

chips: Measurements of chip wafers

Description

The chips data frame has 30 rows and 8 columns.

Usage

data(chips)

Arguments

Format

This data frame contains the following columns:

wafer11

a numeric vector

wafer12

a numeric vector

wafer13

a numeric vector

wafer14

a numeric vector

wafer21

a numeric vector

wafer22

a numeric vector

wafer23

a numeric vector

wafer24

a numeric vector

Examples

Run this code
# NOT RUN {
data(chips)
boxplot(chips)
# }

Run the code above in your browser using DataLab