make_colours: Create a combination of colours for plotting bivariate maps...

Description Usage Arguments

View source: R/bivarcolours.R

Description

Create a combination of colours for plotting bivariate maps using colorspace

Usage

1
make_colours(og_pal1 = "OrRd", og_pal2 = "Blues", num1 = 5, num2 = 5)

Arguments

og_pal1

A string indicated one of the available sequential palettes from colorspace, the first value of this palette is used as the lowest in the combination.

og_pal2

A string indicated one of the available sequential palettes from colorspace

num1

The number of colours to include in og_pal1, default is 5.

num2

The number of colours to include in og_pal2, note that this does not need to be the same as num1, but by default is.


R4IDSR/epichecks documentation built on Sept. 18, 2021, 2:03 p.m.