Description Usage Arguments Details Value Author(s) Source References See Also Examples
The function calculates slope, x intercept, y intercept and angle with x axis of a straight line
1 | straighten(a, b, c)
|
a |
Parameter a |
b |
Parameter b |
c |
Parameter c |
If a straight line is given by ax+by+c=0 then slope, x intercept, y intercept and the angle made by the line with x axis are given by -a/b, -c/a, -c/b and arctan(slope)
A list of class "stline"
, with all the input parameters
and measures described in details.
Jon Smith
https://github.com/riazakhan94/straightline
https://github.com/riazakhan94/straightline
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.