as_q_matrix {edina} | R Documentation |
Coerce data.frame
and matrix
classes to Q Matrix.
Description
as.q_matrix
acts as an aliases.
Usage
as_q_matrix(x, ...)
## S3 method for class 'data.frame'
as_q_matrix(x, ...)
## S3 method for class 'matrix'
as_q_matrix(x, ...)
## Default S3 method:
as_q_matrix(x, ...)
Arguments
x |
Either a |
... |
Not used |
Value
A q_matrix
object.'
See Also
Examples
# Q matrix values
x = matrix(c(1, 0, 0, 1), nrow = 2)
# Construct class
q_mat = as_q_matrix(x)
[Package edina version 0.1.1 Index]