incR_procdata: An example of incubation temperature time-series after the...

incR_procdataR Documentation

An example of incubation temperature time-series after the use of incRprep and incRenv.

Description

A dataset containing temperatures, time and date for a blue tit nest. It also includes variables added by incRprep and incRenv. The raw data set incR_rawdata was produced by an iButton device (Maxim) and represents raw data to start the analysis of incubation behaviour

Usage

incR_procdata

Format

A data frame with 954 rows and 11 variables, representing two days of nest temperatures.

DATE

a date-time column. Both elements, date and time, are concatenated in one column.

temperature

nest temperature recordings.

index

running number from first to last observation.

time
hour
minute
second
date
dec_time

time in decimal hours.

temp1

difference between the ith and the ith-1 nest temperature recording.

env_temp

environmental temperature, calculated per as hour average using incRenv.

incR_score

Incubation scores (0/1) as calculated by incRscan

Details

see incRprep and incRenvfor more details on the variables of this data set and how it was produced.


incR documentation built on April 19, 2023, 1:07 a.m.