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.
我将 R 用于散点图,现在也用于图像顶部的 3D 云图。我有一个生成大量此类 3D 坐标的应用程序,我需要在运行时在图像顶部查看这些坐标(出于调试目的)。
我的 Windows 应用程序是否可以在运行时与 R 通信?
如果您可以通过 rJava 之类的工具控制绘图,则有许多方法可以与来自外部程序的绘图进行交互。
您可以查看有关该主题的 R wiki 条目。
对于 Windows,您还可以使用R-(D)COM。