to.data.frame-methods: Puts a set function under the form of a data.frame

to.data.frame-methodsR Documentation

Puts a set function under the form of a data.frame

Description

Puts a set function under the form of a data.frame. This function can be used to write a set function to a file.

Methods

object = "Mobius.card.set.func"

Returns a data.frame.

object = "Mobius.set.func"

Returns a data.frame.

object = "card.set.func"

Returns a data.frame.

object = "set.func"

Returns a data.frame.

Examples

## the Mobius representation of set function
a <- Mobius.set.func(-1:-16,4,4)

## to data.frame
d <- to.data.frame(a)
## Not run: write.table(d,"my.set.func.csv",sep="\t")

kappalab documentation built on Nov. 8, 2023, 1:07 a.m.