Learn R Programming

kappalab (version 0.4-0)

to.data.frame-methods: 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.

Arguments

Examples

Run this code
## the M�bius representation of set function
a <- Mobius.set.func(-1:-16,4,4)

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

Run the code above in your browser using DataLab