Description Usage Arguments See Also
Find enveloping lines of a given time series
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)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.