R Dataset / Package DAAG / leaftemp.all
On this R-data statistics page, you will find information about the leaftemp.all data set which pertains to Full Leaf and Air Temperature Data Set. The leaftemp.all data set is found in the DAAG R package. You can load the leaftemp.all data set in R by issuing the following command at the console data("leaftemp.all"). This will load the data into a variable called leaftemp.all. If R says the leaftemp.all data set is not found, you can try installing the package by issuing this command install.packages("DAAG") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the leaftemp.all R data set. The size of this file is about 7,141 bytes.
Full Leaf and Air Temperature Data Set
Description
The leaftemp.all
data frame has 62 rows and 9 columns.
Usage
leaftemp.all
Format
This data frame contains the following columns:
- glasshouse
-
a factor with levels
A
,B
,C
- CO2level
-
a factor with Carbon Dioxide Levels:
high
,low
,medium
- day
-
a factor
- light
-
a numeric vector
- CO2
-
a numeric vector
- tempDiff
-
Difference between Leaf and Air Temperature
- BtempDiff
-
a numeric vector
- airTemp
-
Air Temperature
- vapPress
-
Vapour Pressure
Source
J.H. Maindonald
Dataset imported from https://www.r-project.org.