Description Usage Arguments Value See Also Examples
Adds a column called cydr_SpeedError
to a dataframe to identify
observations associated with outlying speeds.
Will identify all observations with speeds greater than sd
standard
deviations from the mean. If remove
is TRUE
all erroneous
observations will be removed from the dataframe.
1 |
data |
a dataframe standardized and outputted from AgLeader. |
remove |
a boolean. Defaults to |
type |
one of |
sd |
a number >= 0. Defaults to 2. Used as the standard deviation threshold for error identification. |
A dataframe with an added column called cydr_SpeedError
. This column
will be set to TRUE
if it meets the criteria for an erroneous observation.
If remove = TRUE
all observations cydr identifies as erroneous are
removed from the returned dataframe.
Other core functions: narrow_passes
,
pass_end_turns
,
residual_outliers
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.