Learn R Programming

Rlab (version 1.1)

capac: 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.

Arguments

Examples

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

Run the code above in your browser using DataLab