bifun_clu_plot {idopNetwork}R Documentation

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"
)

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

Value

functional clustering plot


[Package idopNetwork version 0.1.2 Index]