plot power equation fitting results for bi-variate model
bipower_equation_plot( result, label = 10, n = 9, show.legend = FALSE, color1 = "#38E54D", color2 = "#FF8787" )
result
: list object returned from data_matchlabel
: relabel x and y label due to log-transform, set 10 as defaultn
: scales for how many subplots neededshow.legend
: show legend or notcolor1
: Hex Color Codes for first datacolor2
: Hex Color Codes for second dataplot show power curve fitting result
Useful links