fxe_layer_single: Effex Extendibles in 'fx-ggplot': geometric information along...

Description Usage Arguments Methods (by class)

Description

This is the extendible function for the independent elements. It is dispatched along the S4 class arguments fx_geom and aes_name. Arbitrary other parameters may be added that should then be expected in the metaframe. It should always be considered a possibility that these values are missing.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
fxe_layer_single(fx_geom, aes_name, data, ...)

## S4 method for signature 'fxGeom,AesName'
fxe_layer_single(fx_geom, aes_name, data, ...)

## S4 method for signature 'fxGeomSpatial,AesName'
fxe_layer_single(fx_geom, aes_name, data,
  ...)

## S4 method for signature 'fxGeomSpatial,geomAesName'
fxe_layer_single(fx_geom, aes_name,
  data, fxGeom_xlim = NULL, fxGeom_ylim = NULL, fxGeom_expand = NULL,
  fxGeom_crs = NULL, ...)

Arguments

fx_geom

An S4 class argument which inherits from fxGeom.

aes_name

An S4 class argument which inherits from AesName.

fxGeom_xlim

see ggplot2::coord_sf()

fxGeom_ylim

see ggplot2::coord_sf()

fxGeom_expand

see ggplot2::coord_sf()

fxGeom_crs

see ggplot2::coord_sf()

fx_geom

the fxGeom() object

aes_name

the aesName() object

Methods (by class)


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