View source: R/power_equation_fitting.R
power_equation_all | R Documentation |
use power equation to fit observed values
power_equation_all(x, y, maxit = 100)
x |
vector for x values |
y |
vector for y values |
maxit |
numeric value for maximum initial pars try |
nls model
power_equation_all(c(1,2,3,5,7), c(5,10,15,17,20))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.