| Rectangles | R Documentation |
Measurements of Rectangles
Description
Measurements for a hypothetical set of nine rectangles.
Format
A data frame with 9 observations on the following 5 variables.
CaseID number for each rectangle
WidthWidth (1, 4, or 10)
LengthLength (1, 4, or 10)
AreaArea
logAreaLog (base 10) of area
Details
Areas for rectangles of width 1, 4, or 10 and length of 1, 4, or 10.
Source
Areas computed for a hypothetical set of rectangles.