estimateOverTime: Estimate W and T based on every pair of points. Since W and T...

Description Usage Arguments Value Examples

Description

The data frame that is used in this method must have three columns named 'theta', 'r', and 'y'. The theta column must be measured in radians. The other measurements can be in any set of units as long as they are all the same. Note that this method does not work with data.table due to some scoping issue.

Usage

1

Arguments

dt

The data frame containing snail measurements

Value

A data.frame containing W and T estimates for every pair of thetas. In each row, theta is the start theta and theta_end is the end theta. All other columns are preserved.

Examples

1

klapaukh/rsnailfitter documentation built on May 20, 2019, 11:04 a.m.