Description Usage Arguments Value Warning Note Author(s) Examples
pick
plots up series of light data agains record ID, allowing the user to click on the
beginnings and ends of twilight in sequence. picksegs
generates a vector
of segment IDs for each record.
1 2 3 |
id |
index vector to identify records |
val |
sequence of data (light levels) to choose segments from |
nsee |
number of points to plot per screen |
twind |
vector of index pairs generated by |
n |
Number of segments values required - length of record |
pick
returns a vector where each value (obtained using locator
is the x coordinate for the begin or end of a twilight.
picksegs
uses these paired indexes to return a vector of segment IDs, with NAs
for non-twilight periods.
Segments are expected to be chosen as non-overlapping.
It seems best to choose more of the light data than less, using the
ekstrom
keyword to solar.model
we can limit the solar
elevation used.
Michael D. Sumner
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.