svenski
svenski

Reputation: 543

How can I make R plot locally in a remote ssh connection?

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

Answers (1)

Jeff Allen
Jeff Allen

Reputation: 17517

You can use SSH with the -X switch to forward graphical parameters to your local machine.

Upvotes: 15

Related Questions