incR_envdata {incR} | R Documentation |
An example data set of environmental temperatures to test
the use of link{incRenv}
.
Description
A dataset containing environmental temperatures for the study area
where the data in incR_rawdata
were collected.
This raw data set
was produced by an iButton device (Maxim Integrated).
Usage
incR_envdata
Format
A data frame with 1570 rows and two variables, representing two days of environmental temperature recordings at two different locations in one study site.
- DATE
a date-time column. Both elements, date and time, are concatenated in one column.
- env_temperature
environmental temperature recordings.
Details
use this data set to try out link{incRenv}
after the very first
application of incRprep
using incR_rawdata
.
[Package incR version 2.1.0 Index]