View source: R/plot_circlize.R
add_track | R Documentation |
This function allows users to add more tracks into the circlize plot
add_track(data_plot, group, track_num, colors = NULL)
data_plot |
Data for circlize plot |
group |
The group to be shown on the new track |
track_num |
Which number this track is? Value is integer and starts with 2 for the 2nd track, track_num=3 for the 3rd track, etc... |
colors |
Color palette to color the group |
A new circlize track adding to the current circlize plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.