Suppresses the default printing of histogram return values in RMarkdown. The plot is already rendered via the plot hook; this prevents the histogram object structure from being printed as text output.
knit_print.histogram(x, options = list(), ...)An invisible empty string
A histogram object (from hist())
Chunk options from knitr
Additional arguments (ignored)