power_equation_fit: use power equation to fit given dataset

View source: R/power_equation_fitting.R

power_equation_fitR 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


idopNetwork documentation built on April 18, 2023, 9:09 a.m.