SGAT2Movebank | R Documentation |
Summarize a set of location samples in the format required for upload to Movebank
SGAT2Movebank( s, time = NULL, group = NULL, discard = 0, alpha = 0.95, chains = NULL )
s |
a single chain or a list of parallel chains generated by
|
time |
the times corresponding to the x locations. |
group |
integer vector that defines the twilight groups. If
codegroup[k]==j then the k-th twilight occurs at location j. Default is |
discard |
number of initial samples to discard. |
alpha |
coverage of the credible intervals calculated by
|
chains |
the set of chains to retain, or |
These functions compute various summaries of a sample or list of
samples generated by estelleMetropolis
or
stellaMetropolis
.
These functions accept either a sample from a single mcmc run, or a list of samples from parallel mcmc runs.
|
returns a dataframe of summary quantities for each location or grouped location. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.