HillEkstromCalib(tFirst, tSecond, type, twl, site, start.angle = -6, distanceFilter = FALSE, distance, plot = TRUE)
tFirst
as sunrise or sunset respectively.tFirst
, tSecond
and type
(alternatively give each parameter separately).numerical vector
assigning each row to a particular
period. Stationary periods in numerical order and values >0,
migration/movement periods 0distanceFilter
will
be used to filter unrealistic positionsdistanceFilter
is set TRUE
a threshold
distance in km has to be set (see: distanceFilter
)vector
of sun elevation angles corresponding to the
Hill-Ekstrom calibration for each defined period.
Hill, C. & Braun, M.J. (2001) Geolocation by light level - the next step: Latitude. In: Electronic Tagging and Tracking in Marine Fisheries (eds J.R. Sibert & J. Nielsen), pp. 315-330. Kluwer Academic Publishers, The Netherlands.
Lisovski, S., Hewson, C.M, Klaassen, R.H.G., Korner-Nievergelt, F., Kristensen, M.W & Hahn, S. (2012) Geolocation by light: Accuracy and precision affected by environmental factors. Methods in Ecology and Evolution, DOI: 10.1111/j.2041-210X.2012.00185.x.
data(hoopoe2)
hoopoe2$tFirst <- as.POSIXct(hoopoe2$tFirst, tz = "GMT")
hoopoe2$tSecond <- as.POSIXct(hoopoe2$tSecond, tz = "GMT")
residency <- with(hoopoe2, changeLight(tFirst,tSecond,type, rise.prob=0.1,
set.prob=0.1, plot=FALSE, summary=FALSE))
HillEkstromCalib(hoopoe2,site = residency$site)
Run the code above in your browser using DataLab