library(gWidgets)
options(guiToolkit = "RGtk2")
QUESTION: Is there a way to identify the row we are in gdf ?
问题:有没有办法识别我们在gdf中的行?
REMARK: svalue returns the value of the first column of the row we are. If the first column has two same values then how do we identify the row we are ?
备注:svalue返回我们所在行的第一列的值。如果第一列有两个相同的值,那么我们如何识别我们的行?
1 个解决方案
#1
1
Try svalue with index=TRUE, that should do it.
尝试索引= TRUE的svalue,应该这样做。
#1
1
Try svalue with index=TRUE, that should do it.
尝试索引= TRUE的svalue,应该这样做。