Last chance! 50% off unlimited learning
Sale ends in
getElevation(tFirst, tSecond, type, twl, known.coord, plot = TRUE, lnorm.pars = FALSE)
tFirst
as sunrise or sunset respectively.tFirst
, tSecond
and type
(alternatively give each parameter separately).SpatialPoint
or matrix
object, containing
known x and y coordinates (in that order) for the selected measurement
period.logical
, if TRUE a plot will be produced.logical
, if TRUE shape and scale parameters of the twilight error (log-normal distribution)
will be estimated and included in the output (see Details).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)
Run the code above in your browser using DataLab