Learn R Programming

idopNetwork (version 0.1.2)

bipower_equation_plot: plot power equation fitting results for bi-variate model

Description

plot power equation fitting results for bi-variate model

Usage

bipower_equation_plot(
  result,
  label = 10,
  n = 9,
  show.legend = FALSE,
  color1 = "#38E54D",
  color2 = "#FF8787"
)

Value

plot show power curve fitting result

Arguments

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