fdPanelHistogram: Display a histogram and table of summary statistics

Description Usage Arguments Examples

Description

Display a histogram and table of summary statistics

Usage

1
fdPanelHistogram(x, digits = 4, plotTitle = "Histogram", ...)

Arguments

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).

Examples

1
2
3
4
5
6
library(flightdeck)
if (interactive()){
  runif(1000) %>% 
    fdPanelHistogram(plotTitle = 'Histogram of Residuals') %>%
    fdPreview
}

alteryx/flightdeck documentation built on May 12, 2019, 1:39 a.m.