powered by
The table5.5 data frame has 25 observations on wind velocity (mph) and corresponding DC output from a windmill turbine. This is the Windmill Data of Example 5.2.
table5.5
data(table5.5)
This data frame contains the following columns:
numeric vector of velocities
numeric vector of DC output values
plot(DC ~ v, data = table5.5)
Run the code above in your browser using DataLab