View source: R/power_equation_fitting.R
power_equation_base | R Documentation |
use power equation to fit observed values
power_equation_base(x, y)
x |
vector for x values |
y |
vector for y valyes |
nls model
power_equation_base(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.