Promote a vector to a single-column or single-row matrix
一个向量,以促进一个单列或单行矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The promote function promotes a vector argument to a single-column or single-row matrix. Matrix arguments are returned unmodified.
promote功能,促进单栏或单行矩阵的向量参数。返回未修改的矩阵参数。
用法----------Usage----------
promote(x, byrow = FALSE)
参数----------Arguments----------
参数:x
A vector or matrix.
一个向量或矩阵。
参数:byrow
Logical value: if TRUE, a vector will be promoted to a single-row matrix; otherwise a single-column matrix will result.
逻辑值:如果TRUE,一个向量将被提升到一个单一的行矩阵,否则将导致一个单一的列的矩阵。