metab_day | R Documentation |
Identify metabolic days in a time series based on sunrise and sunset times for a location and date. The metabolic day is considered the 24 hour period between sunsets for two adjacent calendar days. The function calls the getSunlightTimes
function from the suncalc package.
metab_day(dat_in, ...)
## Default S3 method:
metab_day(dat_in, tz, lat, long, ...)
dat_in |
data.frame |
... |
arguments passed to or from other methods |
tz |
chr string for timezone, e.g., 'America/Chicago' |
lat |
numeric for latitude |
long |
numeric for longitude (negative west of prime meridian) |
This function is only used within ecometab
and should not be called explicitly.
ecometab
, getSunlightTimes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.