bi_pal_manual {biscale}R Documentation

Create Manual Palette

Description

This function has been deprecated and will be removed from the next release of the package. See the Advanced Options vignette for a replacement workflow.

Usage

bi_pal_manual(val_1_1, val_1_2, val_1_3, val_2_1, val_2_2, val_2_3,
    val_3_1, val_3_2, val_3_3, preview = FALSE)

Arguments

val_1_1

A hex value for cell 1-1

val_1_2

A hex value for cell 1-2

val_1_3

A hex value for cell 1-3

val_2_1

A hex value for cell 2-1

val_2_2

A hex value for cell 2-2

val_2_3

A hex value for cell 2-3

val_3_1

A hex value for cell 3-1

val_3_2

A hex value for cell 3-2

val_3_3

A hex value for cell 3-3

preview

A logical scalar; if TRUE (default), an image preview will be generated. If FALSE, a vector with hex color values will be returned.

Details

A function for structuring manual bi-variate palettes. All values must be entered as six-digit hex values (e.g. #000000) and must be preceded by the number symbol. Short forms of hex values (e.g. #000) are not accepted as valid inputs. For two-by-two palettes, only the 'val_1_1', 'val_1_2', 'val_2_1', and 'val_2_2' parameters are required. For three-by-three palettes, all parameters are required.


[Package biscale version 1.0.0 Index]