Description Usage Arguments Value Author(s) References
The function "grafica_pie" create a Pie Plot
1 2 3 4 5 6 7 8 9 10 11 | grafica_pie(
df,
y_axis,
fill_c,
show_legend = T,
etiquetas_c,
i,
legend_title = "",
titulo,
subtitulo
)
|
df |
Default dataset to use for plot. If not already a data.frame, will be converted to one by fortify(). If not specified, must be supplied in each layer added to the plot. |
y_axis |
variable to be plotted |
fill_c |
color fill |
show_legend |
shows the plotted data |
etiquetas_c |
color of the data |
i |
number of partitions of the pie |
legend_title |
Legend title to graph, as character |
titulo |
Title to graph, as character |
subtitulo |
Subtitle to graph, as character |
BoxPlot with Banxico format
Marcos Daniel Ramirez Santiago, danielrs98@outlook.com
Ggplot2: Elegant Graphics for Data Analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.