Plot a histogram of importation times given a data frame from compute_timports
1 2 3 4 5 6 7 8 | plot_importationsHist(
pldf,
showDates = TRUE,
breaks = 10,
xlab = "Cluster origin",
main = "",
...
)
|
pldf |
A data frame made by compute_timports |
showDates |
Will plot dates instead of numeric if TRUE |
breaks |
|
xlab |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.