aest_treemap: FUNCTION_TITLE

View source: R/aest_treemap.R

aest_treemapR Documentation

FUNCTION_TITLE

Description

FUNCTION_DESCRIPTION

Usage

aest_treemap(
  df,
  y_var,
  group_var,
  limit_groups = NULL,
  title = NULL,
  subtitle = NULL,
  caption = NULL,
  lab_size = 5,
  caption_size = 5,
  legend_spot = "right"
)

Arguments

df

A dataframe that must contain column file_name (for auto caption)

y_var

the variable being plotted

group_var

a grouping variable

limit_groups

what is the maximum number of groups to consider, Default: NULL

title

title if you want, Default: NULL

subtitle

subtitle if you want, Default: NULL

caption

override the default caption, Default: NULL

lab_size

blunt control over labeling size, Default: 5

caption_size

font size for caption Default: 5

legend_spot

where to put the legend Default: "right"

Details

DETAILS

Value

OUTPUT_DESCRIPTION

Examples

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

rpmartin/aest documentation built on Oct. 22, 2022, 6:33 p.m.