as.matrix.FieldSet {rpact} | R Documentation |
Coerce Field Set to a Matrix
Description
Returns the FrameSet
as matrix.
Usage
## S3 method for class 'FieldSet'
as.matrix(x, ..., enforceRowNames = TRUE, niceColumnNamesEnabled = TRUE)
Arguments
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 |
Details
Coerces the frame set to a matrix.
Value
Returns a matrix
.
[Package rpact version 4.1.0 Index]