## COMMANDS TO LAUNCH R from originating host
ssh -Y $AWS
export xauthout=$(xauth list | grep `echo $DISPLAY | cut -d ':' -f 2 | cut -d '.' -f 1 | sed -e s/^/:/`)
su rstudio -c "xauth add $xauthout"
0Orchardrs  ## HIDE THIS

screen -dmS SpotifyAddsFull  ## CHANGE THIS
screen -xRR SpotifyAddsFull  ## CHANGE THIS

su rstudio
0Orchardrs  ## HIDE THIS
bash

R
system("whoami")

# Test plotting: 
plot(rep(c(0,2), each=2), rep(c(0,2), times=2), pch=10, main="Welcome to Awesome", xlab="", ylab="")
text(1, 1, labels="PLOTS ARE WORKING\n\nYour machine is a\nB  E  A  S  T")