Description Usage Arguments Details Author(s) References Examples
Function to calculate the median sun elevation angle for light measurements at a known location and the choosen light threshold.
1 2 | getElevation(tFirst, tSecond, type, twl, known.coord, plot = TRUE,
lnorm.pars = FALSE)
|
tFirst |
vector of sunrise/sunset times (e.g. 2008-12-01 08:30). |
tSecond |
vector of of sunrise/sunset times (e.g. 2008-12-01 17:30). |
type |
vector of either 1 or 2, defining |
twl |
data.frame containing twilights and at least |
known.coord |
a |
plot |
|
lnorm.pars |
|
Optionally, shape and scale paramters of the twiligth error (in minutes) can be estimated. The error is assumed to follow a log-normal distribution and 0 (elev0) is set 0.1 below the minimum sun elevation angle of estimated twilight times. Those parameters might be of interest for sensitivity analysis or further processing using the R Package SGAT (https://github.com/SWotherspoon/SGAT).
Simeon Lisovski
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.
1 2 3 4 | data(calib2)
calib2$tFirst <- as.POSIXct(calib2$tFirst, tz = "GMT")
calib2$tSecond <- as.POSIXct(calib2$tSecond, tz = "GMT")
getElevation(calib2, known.coord = c(7.1,46.3), lnorm.pars = TRUE)
|
Loading required package: maps
med.elev shape scale
-6.0803295 1.9853103 0.9464438
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.