fxGeom-class: Effex Objects: fxGeom

Description Usage Arguments Examples

Description

fxGeom is a class that helps with method dispatch. Every subclass of type <subclass> is instantiated by fxGeom<subclass> and can be created by calling fxGeom. If the corresponding subclass does not exist, the function will throw an error. The available subclasses are:

1
+ fxGeomContinuousCI
1
+ fxGeomTime
1
+ fxGeomOrdinal
1
  + fxGeomOrdinalCI

Usage

1
fxGeom(geom_class = "")

Arguments

geom_class

the subclass.

Examples

1
2
3
fxGeom("Continuous")
fxGeom("Spatial")
fxGeom("")

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