indoor | R Documentation |
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.
A data.frame
with the following 3 variables.
date and time in POSIXlt
format
the living room temperature
the bedroom temperature
Adrian G Barnett.
data(indoor) res = cosinor(bedroom~1, date='datetime', type='hourly', data=indoor) summary(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.