Learn R Programming

season (version 0.3.12)

indoor: 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.

Usage

indoor

Arguments

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

Examples

Run this code
# NOT RUN {
data(indoor)
res = cosinor(bedroom~1, date='datetime', type='hourly', data=indoor)
summary(res)
# }

Run the code above in your browser using DataLab