nrow and ncol return the number of rows or columns present in x. NCOL and NROW do the same treating a vector as 1-column matrix.
nrow和ncol返回的行或列数目前在x。 NCOL和NROW不相同的1列矩阵当作一个向量。
用法----------Usage----------
nrow(x)
ncol(x)
NCOL(x)
NROW(x)
参数----------Arguments----------
参数:x
a vector, array or data frame
一个向量,数组或数据框
值----------Value----------
an integer of length 1 or NULL.
integer长度为1或NULL。
参考文献----------References----------
The New S Language. Wadsworth & Brooks/Cole (<code>ncol</code> and <code>nrow</code>.)
参见----------See Also----------
dim which returns all dimensions; array, matrix.
dim返回所有尺寸;array,matrix。