capac: Capacitance of different shaped capacitors.

capacR 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)

Rlab documentation built on May 5, 2022, 1:05 a.m.

Related to capac in Rlab...