View source: R/power_equation_fitting.R
power_equation_fit | R Documentation |
use power equation to fit given dataset
power_equation_fit(data, n = 30, trans = log10, thread = 2)
data |
cleaned dataframe |
n |
scales for how many interpolation needed |
trans |
indicate log/log2/log10 transform dataset |
thread |
scales for how many thread used |
list contain power equation parameters and fitted data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.