Reputation: 543
I'm currently connection via ssh to a remote computer where I have R set up in VIM. I'm using ubuntu on both sides.
When I try to plot something from R it will appear on the remote machine rather than the local. Is there any way I can make R plot locally instead?
Upvotes: 14
Views: 4847
Reputation: 17517
You can use SSH with the -X
switch to forward graphical parameters to your local machine.
Upvotes: 15