readMTsst | R Documentation |
Read SST data from a Migrate Technologies tag
readMTsst(file, d.lux = NULL, skip = 20)
file |
the sst file to import. |
d.lux |
dataframe of light data created with |
skip |
number of initial lines to skip |
The readMTsst
function reads temperature data from a
Migrate Technologies tag. If readMTsst
is passed a
dataframe constructed with readMTlux
, it matches the
recorded temperatures to the closest recorded light reading and
returns the merged dataframe with both temperature and activity
data.
If readMTsst
is passed a "lux" dataframe, it returns that
dataframe with the appended columns
MinSST |
the minimum SST |
MaxSST |
the maximum SST |
SST |
the mean SST |
NSST |
the number of SST samples |
otherwise it returns a dataframe with columns
Date |
the date and time of the observation |
MinSST |
the minimum SST |
MaxSST |
the maximum SST |
SST |
the mean SST |
NSST |
the number of SST samples |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.