to.data.frame-methods | R Documentation |
Puts a set function under the form of a
data.frame
. This function can be used to write a set function to a
file.
Returns a data.frame
.
Returns a data.frame
.
Returns a data.frame
.
Returns a data.frame
.
## 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.