R/xfaostat_visualization_funcs.R
chord_wrapper.Rd
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
)
Input data frame.
Figure title
The directory for saving the plot; the default is man/figures.
Colors of grid; consider using circlize::rand_color function
Order of the gird
Name of the saved file in .SaveDir
A scaler controling the size (dpi = 600)
A saved plot in .SaveDir