fx_default_fxGeom_pal: Effex Functions: Default of 'fxGeom_pal'

Description Usage Extension Mechanism

Description

The default palette depends on the aesthetic that is used and mostly corresponds to the default choices in ggplot2. It

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
fx_default_fxGeom_pal(data, mf = metaframe(fx_default(data)), aes_name)

fxe_default_fxGeom_pal(fx_geom, aes_name, ...)

## S4 method for signature 'fxGeomContinuous,x_yAesName'
fxe_default_fxGeom_pal(fx_geom,
  aes_name, ...)


  ## S4 method for signature 'fxGeomContinuous,colour_fillAesName'
fxe_default_fxGeom_pal(fx_geom,
  aes_name, ...)

## S4 method for signature 'fxGeomContinuous,alphaAesName'
fxe_default_fxGeom_pal(fx_geom,
  aes_name, ...)

## S4 method for signature 'fxGeomContinuous,sizeAesName'
fxe_default_fxGeom_pal(fx_geom,
  aes_name, ...)

## S4 method for signature 'fxGeomDiscrete,x_yAesName'
fxe_default_fxGeom_pal(fx_geom,
  aes_name, ...)


  ## S4 method for signature 'fxGeomDiscrete,colour_fillAesName'
fxe_default_fxGeom_pal(fx_geom,
  aes_name, ...)

## S4 method for signature 'fxGeomDiscrete,shapeAesName'
fxe_default_fxGeom_pal(fx_geom,
  aes_name, ...)

Extension Mechanism

The function is extendible via fxe_default_fxGeom_pal over fx_geom and aes_name.


sflippl/tectr documentation built on May 6, 2019, 8:51 a.m.