View source: R/power_equation_fitting.R
bipower_equation_plot | R Documentation |
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_match |
label |
relabel x and y label due to log-transform, set 10 as default |
n |
scales for how many subplots needed |
show.legend |
show legend or not |
color1 |
Hex Color Codes for first data |
color2 |
Hex Color Codes for second data |
plot show power curve fitting result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.