Learn R Programming

squat (version 0.5.0)

straighten: QTS Straightening

Description

This function straightens QTS so that the last point equals the first point.

Usage

straighten(x)

# S3 method for qts straighten(x)

# S3 method for qts_sample straighten(x)

Value

An object of the same class as the input argument x storing the straightened QTS.

Arguments

x

An object of class qts or qts_sample.

Examples

Run this code
straighten(vespa64$igp[[1]])
straighten(vespa64$igp)

Run the code above in your browser using DataLab