grafica_pie: Pie Plot

Description Usage Arguments Value Author(s) References

View source: R/grafica_pie.R

Description

The function "grafica_pie" create a Pie Plot

Usage

 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
)

Arguments

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

Value

BoxPlot with Banxico format

Author(s)

Marcos Daniel Ramirez Santiago, danielrs98@outlook.com

References

Ggplot2: Elegant Graphics for Data Analysis


danielrs98/banxiplot documentation built on Feb. 5, 2022, 12:46 a.m.