Description Usage Arguments Examples
Display a histogram and table of summary statistics
1 | fdPanelHistogram(x, digits = 4, plotTitle = "Histogram", ...)
|
x |
a numeric vector. |
digits |
number of digits to display in the summary statistics table. |
plotTitle |
title of the histogram. |
... |
extra arguments (not used currently). |
1 2 3 4 5 6 | library(flightdeck)
if (interactive()){
runif(1000) %>%
fdPanelHistogram(plotTitle = 'Histogram of Residuals') %>%
fdPreview
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.