View source: R/power_equation_fitting.R
power_equation | R Documentation |
use power equation parameters to generate y values
power_equation(x, power_par)
x |
vector for x values |
power_par |
matrix contain parameters for power equation |
y values for given power equation parameters
power_equation(c(1,2,3,5,7), matrix(c(2,1,1,2),2,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.