Description Usage Arguments Value
Calculates the vertex for f(x) = ax^2 + bx + c according to the formula:
vertex x = -b/2a
vertex y = f(vertex x)
1 | calc_vertex(a, b, c)
|
a |
numeric coefficient for the squared term |
b |
numeric coefficient for the 1st order term |
c |
numeric intercept |
named vector with the x and y coordinates of the vertex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.