Learn R Programming

ROptEstOld (version 1.2.0)

EvenSymmetric-class: Class for Even Functions

Description

Class for even functions.

Arguments

Objects from the Class

Objects can be created by calls of the form new("EvenSymmetric"). More frequently they are created via the generating function EvenSymmetric.

Slots

type:

Object of class "character": contains “even function”

SymmCenter:

Object of class "numeric": center of symmetry

Extends

Class "FunctionSymmetry", directly. Class "Symmetry", by class "FunctionSymmetry".

See Also

EvenSymmetric, FunctionSymmetry-class

Examples

Run this code
# NOT RUN {
new("EvenSymmetric")
# }

Run the code above in your browser using DataLab