irss_gantt | R Documentation |
Generate Gantt Chart
irss_gantt( gantt_df, palette = ggplot2::scale_colour_discrete(), transparent = FALSE, ... )
gantt_df |
A dataframe useable by ggplot; see |
palette |
a color palette function to be used to colour the plot |
transparent |
makes the background transparent, need to save it to properly visualize |
... |
ggplot theme options |
# change palette irss_gantt(gantt_df = gantt_example, palette = scico::scale_colour_scico_d(palette = "batlow")) # make background transparent irss_gantt(gantt_df = gantt_example, transparent = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.