library("tinyplot")
# "histogram"/"hist" type convenience string(s)
tinyplot(Nile, type = "histogram")
# Use `type_histogram()` to pass extra arguments for customization
tinyplot(Nile, type = type_histogram(breaks = 30))
Type function for histogram plots. type_hist
is an alias for type_histogram
.
type_histogram(breaks = "Sturges")
type_hist(breaks = "Sturges")
breaks
|
Passed to
|