Description Usage Arguments Details Value
Parameters of a line drawn on a plot
1 2 3 | lineq.above(lineq, m)
lineq()
|
lineq |
List returned by |
m |
Matrix with two columns giving the coordinates of points on a plot |
Interactively draw a line on the plot and return the parameters of that line. Useful for determining the points that are above or below the line
lineq.above
takes the output of lineq
and coordinates of
some points on the plot and returns a logical vector indicating the points
that lie above that line
lineq
returns a list with intercept and coefficient of
the line drawn between the two clicks of the user. lineq.above
returns a logical vector indicating the points
that lie above that line.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.