capac {Rlab}R Documentation

Capacitance of different shaped capacitors.

Description

The capac data set measures the capacitance of a capacitor built with one of 5 shapes and 3 different sizes (area). Other covariates variables are perimeter length and number of discontinuities.

Format

A data frame with 15 observations on the following 5 variables.

capac
: measured capacitance
shape
: shape of the capacitor
perim
: perimeter length of the capacitor
area
: size of the capacitor
discont
: number of discontinuites

Examples

# Make a means plot of capacitance by shape and area.
mplot(capac$capac,capac$shape,capac$area,both=TRUE)

[Package Rlab version 1.3.1 Index]