Learn R Programming

idopNetwork (version 0.1.2)

power_equation_fit: 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)

Value

list contain power equation parameters and fitted data

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