Learn R Programming

GeoLight (version 2.0.0)

calib1: Example data for calibration: Light intensities and twilight events

Description

Light intensity measurements over time (calib1) recorded at the rooftop of the Swiss Ornithological Institute (Lon: 8.0, Lat: 47.01). Defined twilight events from calib1 (calib2). These data serve as an example for calculating the sun elevation angle of an additional data set, which is subsequently used to calibrate the focal dataset.

Arguments

References

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.

Examples

Run this code
data(calib2)
 calib2$tFirst <- as.POSIXct(calib2$tFirst, tz = "GMT")
 calib2$tSecond <- as.POSIXct(calib2$tSecond, tz = "GMT")
getElevation(calib2, known.coord = c(8,47.01))

Run the code above in your browser using DataLab