schedule | R Documentation |
Function for making a data frame summarising residency and movement pattern.
schedule(tFirst, tSecond, site)
tFirst |
date and time of sunrise/sunset (e.g. 2008-12-01 08:30) |
tSecond |
date and time of sunrise/sunset (e.g. 2008-12-01 17:30) |
site |
a |
A data.frame
with end and start date (yyyy-mm-dd hh:mm, UTC)
for each stationary period.
Simeon Lisovski
data(hoopoe2)
hoopoe2$tFirst <- as.POSIXct(hoopoe2$tFirst, tz = "GMT")
hoopoe2$tSecond <- as.POSIXct(hoopoe2$tSecond, tz = "GMT")
residency <- changeLight(hoopoe2, rise.prob=0.1, set.prob=0.1, plot=FALSE, summary=FALSE)
schedule(hoopoe2[,1], hoopoe2[,2], site = residency$site)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.