piechart: Piechat Plot

Description Usage Arguments Value

View source: R/piechart.R

Description

Init piechart plot

Usage

1
2
3
4
5
6
7
8
piechart(
  data = NULL,
  mapping = aes(),
  xlim = NULL,
  ylim = NULL,
  clip = "on",
  ...
)

Arguments

data

a data frame.

mapping

default list of aesthetic mappings to use for plot.

xlim, ylim

Limits for the x and y axes.

clip

Should drawing be clipped to the extent of the plot panel?

...

extra parameters passed on to piechart_data().

Value

a ggplot object.


Hy4m/piechart documentation built on Jan. 1, 2022, 5:13 p.m.