chord_wrapper: a wrapper function of the chordDiagram function Title

chord_wrapper(
  .DF,
  .FigTitle = NULL,
  .SaveDir = "../man/figures",
  .GRIDCOLOR = NULL,
  .ORDER = NULL,
  .SaveName,
  .SaveScaler = 1
)

Arguments

.DF

Input data frame.

.FigTitle

Figure title

.SaveDir

The directory for saving the plot; the default is man/figures.

.GRIDCOLOR

Colors of grid; consider using circlize::rand_color function

.ORDER

Order of the gird

.SaveName

Name of the saved file in .SaveDir

.SaveScaler

A scaler controling the size (dpi = 600)

Value

A saved plot in .SaveDir