scale_color_ftake: Scale color first take

Description Usage Arguments

View source: R/gg_scale_functions.R

Description

You can the index of the row from the first_takes table you want to use, although this isn't stable long-term for uploads from THE HOME TAKE series since they're at the end of the table and will continually be pushed down. To avoid this, you can provide which series you want to use with the type argument and then the take_number you want to use.

Usage

1
2
3
4
5
6
7
8
scale_color_ftake(
  ...,
  index = NA,
  palette = 1L,
  type = NA,
  take = NA,
  order = 1:6
)

Arguments

...

Arguments passed from ggplot

index

Index of video (ie row number)

palette

1 for 'palette', else 'optimized_palette'

type

F for first take, H for home take, case insensitive

take

an integer for which video you want to use

order

Integer vector if you want to use an orer other than 1:6


tsostarics/ftpals documentation built on Dec. 23, 2021, 12:59 p.m.