Wright {lmreg} | R Documentation |
Wright brothers' wind tunnel data
Description
Wright brothers' 1901 wind tunnel data on pressure over different types of wings at different angles.
Usage
data(Wright)
Format
A data frame with 222 observations on the following 3 variables.
Pressure
Air pressure (in psi)
Angle
Angle of wing (in degrees)
Wing
Wing type
Source
Dataplot webpage of the National Institute of Standards and Technology (NIST),
USA (https://www.itl.nist.gov/div898/software/dataplot/data/WRIGHT11.DAT)
Examples
data(Wright)
head(Wright)
[Package lmreg version 1.2 Index]