findChunk24 | R Documentation |
Find intervals of darkness spanning more than 24 hours.
findChunk24(tagdata, threshold)
tagdata |
a dataframe with columns |
threshold |
the light threshold that defines twilight. |
The findTwilights
function find twilight times by
searching for adjacent nights, but is unable to search beyond a
period of light or dark spaaning greater than 24 hours. This function
finds extended periods of light or dark that span more than 24 hours.
A dataframe with one row for each intervals and columns
Start |
the start of the interval as POSIXct |
Start |
the end of the interval as POSIXct |
Midpoint |
the midpoint of the interval as POSIXct |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.