Description Usage Arguments Value Examples
Alternative interface to graphics::pie
with extra flexibility
1 2 3 4 5 6 7 8 9 |
x |
as for |
... |
additional arguments sent to |
border, colour, color |
alternative argument names for the border; may be a colour palette |
col, fill |
alternative argument names for the fill colour; may be a colour palette |
as for graphics::pie
1 2 | ## A random number of pie slices
pie(rep(1, rpois(1, 15)), fill = pal_blue2red, colour = "grey")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.