as.matrix.FieldSet {rpact} | R Documentation |
Returns the FrameSet
as matrix.
## S3 method for class 'FieldSet'
as.matrix(x, ..., enforceRowNames = TRUE, niceColumnNamesEnabled = TRUE)
x |
A |
... |
Ensures that all arguments (starting from the "...") are to be named and that a warning will be displayed if unknown arguments are passed. |
enforceRowNames |
If |
niceColumnNamesEnabled |
Logical. If |
Coerces the frame set to a matrix.
Returns a matrix
.