incR_procdata {incR} | R 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 incRenv
for more details on the variables of this data set
and how it was produced.