powered by
This function converts an instance of class fsets into matrix.
fsets
# S3 method for fsets as.matrix(x, ...)
An instance of class fsets to be transformed.
Unused.
A numeric matrix of membership degrees.
This function converts an instance of class fsets into matrix. Also the vars and specs attributes are deleted.
vars
specs
fsets, fcut, lcut
fcut
lcut
# NOT RUN { ff <- fcut(runif(10), breaks=c(0, 0.5, 1), name='age') as.matrix(ff) # }
Run the code above in your browser using DataLab