use power equation to fit given dataset
Usage
power_equation_fit(data, n = 30, trans = log10, thread = 2)
Arguments
- data
cleaned dataframe
- n
scales for how many interpolation needed
- trans
indicate log/log2/log10 transform dataset
- thread
scales for how many thread used
Value
list contain power equation parameters and fitted data