Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 thettwoord函数创建的图。我正在尝试使它成为一个交互式图形,以便我可以用鼠标悬停在一个点周围并查看该图的 x,y 坐标。
twoord
我不知道如何使用该twoord.plot功能执行此操作。知道怎么做吗?
twoord.plot
抱歉,我误读了 R 命令来识别。仅供参考,只需将此代码: identify(x, y, labels=row.names(mydata)) 放在 plot 命令之后,您就可以相应地选择点。