set_quik_opts: Set various quik options for plotting

Description Usage Arguments

View source: R/plot_formatting.R

Description

Set various quik options for plotting

Usage

1
2
set_quik_opts(df, dimension, measure, groups, palette_type, colors,
  measure_decimal, measure_unit)

Arguments

df

The data frame containing plot data

dimension

The column containing the values to compare across (e.g. quarters, types)

measure

The data frame column with the numerical values to plot

groups

The data frame column containing the different groups

palette_type

A string. Allowed values are "diverging", "sequential", and "qualitative". Default is "qualitative".

colors

The the colors to be used for the line(s)/point(s)

measure_decimal

An integer. The number of decimal places to show.

measure_unit

A string. Can be %, K, or M


brascoball/ggquik documentation built on Feb. 14, 2021, 5:17 p.m.