pev_gg_separation: ggplot for perceptual-distance within discrete-palette

Description Usage Arguments Value Examples

View source: R/separation.R

Description

ggplot for perceptual-distance within discrete-palette

Usage

1
pev_gg_separation(data_sep, ncol = 2, height_tick = 1)

Arguments

data_sep

data.frame, created using pev_data_separation().

ncol

numeric, number of columns in the facet

height_tick

numeric, height (units of distance) of the cross-wise ticks

Value

ggplot object

Examples

1
2
3
4
5
  data_sep <-
    pev_fcont("Dynamic") %>%
    pev_fdisc(n = 7, method = "panel") %>%
    pev_data_separation()
  pev_gg_separation(data_sep)

ijlyttle/paleval documentation built on Dec. 25, 2019, 9:17 a.m.