pie.footer: pie.footer

Description Usage Arguments Examples

View source: R/settings.R

Description

Add footer to pie

Usage

1
2
pie.footer(pier, text = NULL, size = NULL, font = NULL,
  colour = NULL, location = NULL)

Arguments

pier

object

text

character main title text

size

integer font size

font

character font name; eg. "courier"

colour

character colour name or hex value

location

character; must be one of 'bottom-left','bottom-center','bottom-right'

Examples

1
2
3
4
5
6
7
8
## Not run: 
data.frame(value = c(40, 20, 30),
           label = c('red', 'green', 'blue'),
           color = c('red', 'green', 'blue')) %>%
  pier() %>%
  pie.footer('with some additional explanation')
  
## End(Not run)

mrjoh3/pier documentation built on June 18, 2021, 3:34 a.m.