findCrepuscular | R Documentation |
Search for crepuscular intervals
findCrepuscular(tagdata, twilights, min.threshold = 0, max.threshold = 60,
extend.dark = 1, extend.light = 2)
tagdata |
a dataframe with columns |
twilights |
a dataframe generated by
|
min.threshold |
the light level that defines the dark end of the crepuscular period. |
max.threshold |
the light level that defines the light end of the crepuscular period. |
extend.dark |
the number of hours to search towards midnight. |
extend.light |
the number of hours to search towards noon. |
Using the twilights calculated by findTwilights
,
findCrepuscular
searchs for the intervals of reduced light
intensity around twilight and returns the dataframe constructed by
findTwilights
augmented with the start and end times of
the crepuscular segment. The sugset of data corresponding to these
segments can be extracted with extractCrepuscular
.
A dataframe with columns.
Twilight |
times of twilight |
Rise |
logical indicating sunrise |
Start |
the start of the crepuscular period |
End |
the end of the crepuscular period |
where each row corresponds to a single twilight.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.