View source: R/mod_plot_lines_plot.R
ps_plot_lines | R Documentation |
Build the plotly plot. The lines should have already been passed through lines_highlight
ps_plot_lines( highlight_colors, lines, min_intensity, max_intensity, max_rank, highlighting, reverse_x_axis = FALSE )
highlight_colors |
Colors for highlighting |
lines |
Lines to plot |
min_intensity |
Min intensity level |
max_intensity |
Max intensity level |
max_rank |
Max rank |
highlighting |
Highlighting info (line colors and widths) |
reverse_x_axis |
If TRUE, reverse the x-axis |
plotly::plot_ly object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.