fxe_layer_complete_vote: Effex Extendibles in 'fx_ggplot': Vote for the nominations

Description Usage Arguments Value Methods (by class)

Description

This function gathers the votes for the different nomination.

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
40
41
42
43
fxe_layer_complete_vote(nomination, fx_geom, aes_name, data, ...)

## S4 method for signature 'ANY,fxGeom,AesName'
fxe_layer_complete_vote(nomination, fx_geom,
  aes_name, data, ..., fxGeom_vote = NULL)


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


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


  ## S4 method for signature 'ANY,fxGeomContinuousCI,yAesName'
fxe_layer_complete_vote(nomination,
  fx_geom, aes_name, data, ...)


  ## S4 method for signature 'ANY,fxGeomDiscrete,xAesName'
fxe_layer_complete_vote(nomination,
  fx_geom, aes_name, data, ...)


  ## S4 method for signature 'ANY,fxGeomDiscrete,yAesName'
fxe_layer_complete_vote(nomination,
  fx_geom, aes_name, data, ...)


  ## S4 method for signature 'ANY,fxGeomOrdinalCI,yAesName'
fxe_layer_complete_vote(nomination,
  fx_geom, aes_name, data, ...)

## S4 method for signature 'ANY,fxGeomTime,xAesName'
fxe_layer_complete_vote(nomination,
  fx_geom, aes_name, data, ...)

Arguments

nomination

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

fx_geom

An S4 class argument which inherits from fxGeom.

aes_name

An S4 class argument which inherits from AesName.

fxGeom_vote

Either NULL (the default) or a function which returns the votes as a numerical value for a given nomination.

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_hex.threshold

What is the threshold number of data points for a hexagonal heatmap?

Value

A number which represents the amount of votes for a certain nomination.

Methods (by class)


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