Skip to contents

Print available draw functions for visualization.

Usage

available_draw()

Value

NULL, invisibly.

Author

EDG

Examples

available_draw()
#> Available draw functions:
#>     draw_3DScatter: 3D Scatter Plot
#>           draw_bar: Bar Plot
#>           draw_box: Box Plot
#>   draw_calibration: Calibration Plot
#>     draw_confusion: Confusion Matrix
#>          draw_dist: Density and Histogram Plots
#>           draw_fit: Scatter Plot with Fit Line alias
#>       draw_graphD3: Network Graph using networkD3
#>       draw_graphjs: Network Graph using graphjs
#>          draw_heat: Heatmap using plotly
#>       draw_heatmap: Heatmap using heatmaply
#>      draw_leafleat: Choropleth Map using leaflet
#>           draw_pie: Pie Chart
#>       draw_protein: Amino Acid Annotation Plot
#>           draw_roc: ROC Curve
#>       draw_scatter: Scatter Plot
#>   draw_spectrogram: Spectrogram
#>         draw_table: Table using plotly
#>            draw_ts: Time Series Plot
#>        draw_varimp: Barplot for Variable Importance alias
#>       draw_volcano: Volcano Plot
#>            draw_xt: Time Series Line Plot