Description Usage Arguments Value
Based on given x,y data, type and click event, it returns a highcharter object to highchartOutput function to display bar plot.
1  | rampHcOutput(x_data, y_data, type = "column", event_func)
 | 
x_data | 
 vector contains data for categorical x-axis  | 
y_data | 
 vector contains frequency of each pathway  | 
type | 
 plot's type of this highcharter object  | 
event_func | 
 Javascript code that define the click event  | 
highcharter object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.