outlier_histogram()histbin() is deprecated as of version 0.8.0.
Please use outlier_histogram() instead.
In addition, note that x must now be passed as string
(standard evaluation).
histbin(
data,
x,
left = NULL,
right = NULL,
line = FALSE,
bins = 30,
fill = "#E6E6E6",
color = "white",
fill_outliers = "#F28E2B"
)See outlier_histogram().
A data.frame containing the portfolio variable to inspect.
Character; numeric column in data to plot.
Deprecated aliases for lower and upper.
Deprecated alias for density.
Integer. Number of bins used for the displayed range. Default = 30.
Deprecated aliases for bar_fill,
bar_color, and tail_fill.