check_changepoints {LDATS} | R Documentation |
Check that a set of change point locations is proper
Description
Check that the change point locations are numeric
and conformable to interger
values.
Usage
check_changepoints(changepoints = NULL)
Arguments
changepoints |
Change point locations to evaluate. |
Value
An error message is thrown if changepoints
are not proper,
else NULL
.
Examples
check_changepoints(100)
[Package LDATS version 0.3.0 Index]