Learn R Programming

ROptEstOld (version 1.2.0)

NonSymmetric-class: Class for Non-symmetric Functions

Description

Class for non-symmetric functions.

Arguments

Objects from the Class

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

Slots

type:

Object of class "character": contains “non-symmetric function”

SymmCenter:

Object of class "NULL"

Extends

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

See Also

NonSymmetric

Examples

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

Run the code above in your browser using DataLab