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.
JRI(Java/R Interface)プログラムがRを使用してグラフを表示する場合、それをjarにバンドルして、Rのないシステムで実行できますか?
いいえ、できません。JRIに対してリンクする必要がありますR。これは低レベルのインターフェースです。
JRI
R
サーバーで使用するクライアント/サーバー設計とクライアントRserveのAPIのクラスを採用REngineして、クライアントマシンがを必要としないようにすることができますR。
Rserve
REngine