readTem2 | R Documentation |
Read temperature data from a BAS tag
readTem2(file, d.lig = NULL, skip = 0)
file |
the temperature file to import. |
d.lig |
dataframe of light data created with |
skip |
number of initial lines to skip |
The readTem2
function reads temperature data from a later
generation BAS tag. If readTem2
is passed a dataframe
constructed with readLig
, it matches the recorded
temperatures to the closest recorded light reading and returns the
merged dataframe with both temperature and activity data.
If readTem2
is passed a "lig" dataframe, it returns that
dataframe with the appended column
Temperature |
the recorded temperature |
otherwise it returns a dataframe with columns
Valid |
an indicator of whether the record is valid |
Date |
the date and time of the observation |
Julian |
date and time as Julian date |
Temperature |
the recorded temperature. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.