Learn R Programming

kappalab (version 0.4-0)

Mobius.card.set.func-class: Class "Mobius.card.set.func"

Description

Class representing the M�bius{Mobius} transform of a cardinal set function.

Arguments

Objects from the Class

Objects can be created by calls to the function Mobius.card.set.func.

Extends

Class superclass.set.func, directly.

See Also

Mobius.set.func-class, Mobius.card.set.func, as.Mobius.set.func-methods, as.card.set.func-methods, as.set.func-methods, zeta-methods, to.data.frame-methods.

Examples

Run this code
## the M�bius representation of a cardinal set function
a <- Mobius.card.set.func(-3:2)

# the attributes of the object
a@n
a@data

## some transformations
as.set.func(a)
zeta(a)
## let us check ...
Mobius(zeta(a))

Run the code above in your browser using DataLab