powered by
The table.b2 data frame contains 29 observations on 6 variables related to a solar thermal energy test.
table.b2
data(table.b2)
This data frame contains the following columns:
a numeric vector measuring total heat flux (kwatts)
a numeric vector measuring insulation (watts/m^2)
a numeric vector measuring position of focal point in east direction (inches)
a numeric vector measuring position of focal point in south direction (inches)
a numeric vector measuring position of focal point in north direction (inches)
a numeric vector representing time of day
data(table.b2) pairs(table.b2)
Run the code above in your browser using DataLab