as.data.frame.fsets | R Documentation |
fsets
class into a matrix or data frame
This function converts an instance of S3 class fsets into a
matrix or a data frame. The vars()
and specs()
attributes
of the original object are deleted.Convert an object of fsets
class into a matrix or data frame
This function converts an instance of S3 class fsets into a
matrix or a data frame. The vars()
and specs()
attributes
of the original object are deleted.
## S3 method for class 'fsets'
as.data.frame(x, ...)
## S3 method for class 'fsets'
as.matrix(x, ...)
x |
An instance of class fsets to be converted |
... |
arguments further passed to |
A numeric matrix or data frame of membership degrees.
Michal Burda
fsets()
, fcut()
, lcut()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.