Get quadratic equation term of a graph in R
问题 I need to find the quadratic equation term of a graph I have plotted in R. When I do this in excel, the term appears in a text box on the chart but I'm unsure how to move this to a cell for subsequent use (to apply to values requiring calibrating) or indeed how to ask for it in R. If it is summonable in R, is it saveable as an object to do future calculations with? This seems like it should be a straightforward request in R, but I can't find any similar questions. Many thanks in advance for