Description Usage Arguments Value Author(s) See Also Examples
runsNAltraj
performs a runs test to detect any autocorrelation
in the location of missing relocations, for each burst of an object of
class ltraj
.
summaryNAltraj
returns a summary of the number and proportion
of missing values for each burst of an object of class
ltraj
.
plotNAltraj
plots the missing values in an object of class
ltraj
against the time.
1 2 3 4 5 | runsNAltraj(x, nrep = 500, plotit = TRUE, ...)
summaryNAltraj(x)
plotNAltraj(x, ...)
|
x |
An object of class |
nrep |
Number of randomisations |
plotit |
logical. Whether the results should be plotted on a graph |
... |
Further arguments to be passed to the generic function
|
runsNAltraj
returns a list of objects of class
randtest
(if a burst does not contain any missing value, the
corresponding component is NULL).
Clement Calenge clement.calenge@oncfs.gouv.fr
ltraj
for additional information about objects of
class ltraj
, setNA
for additional information
about missing values in such objects
1 2 3 4 5 6 7 8 9 10 11 | ## Two relocations are theoretically separated by
## 10 minutes (600 seconds)
data(puechcirc)
puechcirc
## plot the missing values
plotNAltraj(puechcirc)
## Test for an autocorrelation pattern in the missing values
(runsNAltraj(puechcirc))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.