Learn R Programming

MPV (version 1.64)

table5.5: Table 5.5

Description

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.

Usage

data(table5.5)

Arguments

Format

This data frame contains the following columns:

v

numeric vector of velocities

DC

numeric vector of DC output values

Examples

Run this code
plot(DC ~ v, data = table5.5)

Run the code above in your browser using DataLab