straighten {squat} | R Documentation |
QTS Straightening
Description
This function straightens QTS so that the last point equals the first point.
Usage
straighten(x)
## S3 method for class 'qts'
straighten(x)
## S3 method for class 'qts_sample'
straighten(x)
Arguments
x |
An object of class qts or qts_sample. |
Value
An object of the same class as the input argument x
storing the
straightened QTS.
Examples
straighten(vespa64$igp[[1]])
straighten(vespa64$igp)
[Package squat version 0.3.0 Index]