| mergeSites | R Documentation |
The changeLight functions provides a vector grouping the twilight times
into stationary (>0) and movement (0) periods. This function was written to enable the user
to merge sites based on the distance between consequtive sites. NOTE: The function requires
position estimate and desicison on whether sites should be merged will be made based on
the defined distance, the cutoff values and the provided positions. The analysis
is this dependent on the accuracy of the position estiamtes and should be applied to positons that
were estimated using a sensible sun elevation angle.
mergeSites(
tFirst,
tSecond,
type,
twl,
site,
degElevation,
distThreshold = 250,
fixed = NULL,
alpha = c(0, 15),
plot = TRUE
)
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 |
site |
a |
degElevation |
the sun elevation angle (in degrees) that defines twilight (e.g. -6 for "civil
twilight"). Either a single value, a |
distThreshold |
a |
fixed |
... |
alpha |
mean and standard variation for position optimization process. |
plot |
|
A vector with the merged site numbers
Simeon Lisovski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.