View source: R/outlier_histogram.R
| histbin | R Documentation |
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"
)
data |
A data.frame containing the portfolio variable to inspect. |
x |
Character; numeric column in |
left, right |
Deprecated aliases for |
line |
Deprecated alias for |
bins |
Integer. Number of bins used for the displayed range. Default = 30. |
fill, color, fill_outliers |
Deprecated aliases for |
See outlier_histogram().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.