Zhang Jian wrote:
I find one row in my large dataset. But when I use the "rownames" for the
data on the 100,000 row, the result show nothing.
I try it by the following example, it still likes that.
tst[rownames(tst)==10,]
[1] x y
<0 rows> (or 0-length row.names)
##
tst=data.
I find one row in my large dataset. But when I use the "rownames" for the
data on the 100,000 row, the result show nothing.
I try it by the following example, it still likes that.
> tst[rownames(tst)==10,]
[1] x y
<0 rows> (or 0-length row.names)
##
> tst=data.frame(x=1:20,y=
2 matches
Mail list logo