cleanTDRData | R Documentation |
Cleans up TDR data, by clipping to deployment times
cleanTDRData(data, deployments, plot = T)
data |
Name of object with formatted TDR data. |
deployments |
Name of object with formatted deployment data. |
plot |
Should data be plotted (TRUE or FALSE). |
tagTZ |
Timezone of TDR data. |
This function clips the TDR data to the start and end times of each TDR deployment. The link between deployment times and the TDR data is made using the 'dep_id' field. Because
A new dataframe containing cleaned TDR data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.