indoor {season} | R Documentation |
Indoor Temperature Data
Description
The data are indoor temperatures (in degrees C) for a bedroom and living room in a house in Brisbane, Australia for the dates 10 July 2013 to 3 October 2013. Temperatures were recorded using data loggers which recorded every hour to the nearest 0.5 degrees.
Format
A data.frame
with the following 3 variables.
- datetime
date and time in
POSIXlt
format- living
the living room temperature
- bedroom
the bedroom temperature
Source
Adrian G Barnett.
Examples
data(indoor)
res = cosinor(bedroom~1, date='datetime', type='hourly', data=indoor)
summary(res)
[Package season version 0.3.15 Index]