View source: R/plotting_functions.R
plot_distribution | R Documentation |
plot frequency distribution of numerical variable
plot_distribution( Data, variable, binwidth = NULL, title, vertical_x_axis_labels = TRUE, boundary = 0 )
Data |
Data to be plotted |
variable |
variable |
binwidth |
binwidrh |
title |
plot title |
vertical_x_axis_labels |
should x-axis labels be ploted vertically (TRUE / FALSE) |
boundary |
left boundary of bars, default: 0 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.