fxe_layer_complete_nominate: Effex Extendibles in 'fx_ggplot': nominate layers

Description Usage Arguments Value Methods (by class) See Also

Description

This function returns element nomination()s for a combination of a geometry class and an aesthetic.

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
34
35
36
37
38
39
fxe_layer_complete_nominate(fx_geom, aes_name, data, ...)

## S4 method for signature 'fxGeom,AesName'
fxe_layer_complete_nominate(fx_geom, aes_name,
  data, ..., fxGeom_nominations = NULL)

fxe_layer_complete_veto(nomination, fx_geom, aes_name, data, ...)

## S4 method for signature 'fxGeomContinuous,xAesName'
fxe_layer_complete_nominate(fx_geom,
  aes_name, data, ..., fxGeom_alpha.threshold = NULL,
  fxGeom_alpha.half = NULL, fxGeom_alpha.min = NULL)

## S4 method for signature 'fxGeomContinuous,yAesName'
fxe_layer_complete_nominate(fx_geom,
  aes_name, data, ..., fxGeom_alpha.threshold = NULL,
  fxGeom_alpha.half = NULL, fxGeom_alpha.min = NULL)

## S4 method for signature 'fxGeomDiscrete,xAesName'
fxe_layer_complete_nominate(fx_geom,
  aes_name, data, ...)

## S4 method for signature 'fxGeomDiscrete,yAesName'
fxe_layer_complete_nominate(fx_geom,
  aes_name, data, ...)

## S4 method for signature 'fxGeomOrdinalCI,yAesName'
fxe_layer_complete_nominate(fx_geom,
  aes_name, data, ..., fxGeom_assoc_vars = NULL,
  fxGeom_errorbar.threshold = NULL)

## S4 method for signature 'fxGeomSpatial,geomAesName'
fxe_layer_complete_nominate(fx_geom,
  aes_name, data, ...)

## S4 method for signature 'fxGeomTime,xAesName'
fxe_layer_complete_nominate(fx_geom,
  aes_name, data, ..., fxGeom_assoc_vars = NULL,
  fxGeom_shadow.threshold = NULL, fxGeom_shadow.alpha = NULL)

Arguments

fx_geom

An S4 class argument which inherits from fxGeom.

aes_name

An S4 class argument which inherits from AesName.

fxGeom_nominations

Allows nominating additional elements.

nomination

the nomination() which is to be considered for a veto

fxGeom_alpha.threshold

What is the threshold number of data points to let transparency increase? Default is 1000

fxGeom_alpha.half

What number of data points should result in alpha = 0.5? Default is 3000

fxGeom_alpha.min

What is the minimal alpha? Default is 0.05.

fxGeom_shadow.threshold

What is the threshold for the number of groups so that the different lines are greyed out and a smoother is fitted? Default is 10

Value

fxe_layer_complete_veto returns a logical value that indicates whether this layer should be vetoed, i. e. removed from the nominations list.

Methods (by class)

See Also

fxi_layer_complete()


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