fxe_layer_scale: Effex External: Scale layers

Description Usage Arguments Methods

Description

This function provides an extendible scheme for scales for a single layer. If some features are to be added, it is often sensible to callNextMethod() and then add these features.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
fxe_layer_scale(fx_geom, aes_name, ...)

## S4 method for signature 'fxGeom,AesName'
fxe_layer_scale(fx_geom, aes_name, data,
  fxGeom_title = NULL, name = "", ...)

## S4 method for signature 'fxGeomContinuous,AesName'
fxe_layer_scale(fx_geom, aes_name,
  data, fxGeom_breaks = NULL, fxGeom_minor_breaks = NULL,
  fxGeom_labels = NULL, fxGeom_expand.add = NULL,
  fxGeom_expand.mult = NULL, fxGeom_na.value = NULL,
  fxGeom_trans = "identity", fxGeom_limits = NULL,
  fxGeom_pal.x_y = NULL, fxGeom_pal.alpha = NULL,
  fxGeom_pal.colour_fill = NULL, fxGeom_pal.size = NULL, ...)

## S4 method for signature 'fxGeomDiscrete,AesName'
fxe_layer_scale(fx_geom, aes_name, data,
  fxGeom_breaks = NULL, fxGeom_limits = NULL, fxGeom_drop = NULL,
  fxGeom_na.translate = NULL, fxGeom_labels = NULL,
  fxGeom_expand.add = NULL, fxGeom_expand.mult = NULL,
  fxGeom_pal.x_y = NULL, fxGeom_pal.colour_fill = NULL,
  fxGeom_pal.shape = NULL, ...)

Arguments

fx_geom

An S4 class argument which inherits from fxGeom.

aes_name

An S4 class argument which inherits from AesName.

fxGeom_title

NULL or a character that provides the title

Methods


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