power_equation_fit {idopNetwork} | R Documentation |
use power equation to fit given dataset
Description
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
[Package idopNetwork version 0.1.2 Index]