View source: R/plot_funds_bar.R
plot_funds_bar | R Documentation |
The plot_funds_bar
function creates a barplot to visually represent the distribution of financial funds allocation across different investment channels.
plot_funds_bar(data, var_col)
data |
Dataset of class 'data.frame'. Specify the dataset from which to take information. |
var_col |
integer value. Specify the number of the columns associated with the variable to visualize. |
An object of class gg
and ggplot
representing the barplot
Lorena Ricciotti
data(OCpoint)
plot_funds_bar(OCpoint, var_col = c(10:15))
#Barplot visualizing the total amount allocated by each fund.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.