Learn R Programming

idopNetwork (version 0.1.2)

bifun_clu_plot: bifunctional clustering plot

Description

bifunctional clustering plot

Usage

bifun_clu_plot(
  result,
  best.k,
  label = 10,
  degree = 1/4,
  show.legend = FALSE,
  color1 = "#38E54D",
  color2 = "#FF8787"
)

Value

functional clustering plot

Arguments

result

list directly from bifun_clu_parallel function

best.k

scale of BIC-determined cluster number

label

relabel x and y label due to log-transform, set 10 as default

degree

scalar control transparency degree

show.legend

show legend or not

color1

Hex Color Codes for first data

color2

Hex Color Codes for second data