find_lines: Find enveloping lines of a given time series

Description Usage Arguments See Also

View source: R/findlines.R

Description

Find enveloping lines of a given time series

Usage

1
2
find_lines(x, tolerance = 2, nlines = 10, pfit = NA, pscore = NA,
  r.tol = 0.02, theta.tol = 2, s = 2, merge.tol = 2)

Arguments

x

xts object representing a time series

tolerance

tolerance specification for important points

nlines

max number of lines to return

pfit

fit socre, default value is NA (no filtering done)

pscore

envelope score, default value is NA (no filtering done)

r.tol

r (polar) coordinate tolerance in unit square

theta.tol

theta coordinate tolerance in degrees

s

minimum number less than the # of colinear points on the line

merge.tol

tolerance for merging lines with similar start or end points

See Also

find.tchannel


prodipta/techchart documentation built on Sept. 13, 2020, 2:51 p.m.