count_test | R Documentation |
The function will test the imported raw data from an e-obs acceleration tag are missing any measurments within a burst.
count_test(data = ... , burstcount = ... , time = "timestamp" , remove = FALSE)
data |
imported raw data from e-obs acceleration tag |
burstcount |
expected number of measurments for one burst as set previous to tag deployment |
time |
column name of the column that stores the timestamp. Default is "timestamp". |
remove |
indicating if the faulty timestamps should be removed from the data set. |
In some cases there are burst that miss some measurments. This function will check wether all burst have the expected amount of measurments. If can either report the faulty timestamps or automaticly remove all data from faulty timestamps.
The output will be a vector with either TRUE or FALSE in every row.
Wanja Rast
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as function (x) { }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.