[R] save R object into a remote directory

2016-09-06 Thread Simone Tenan
Hi all, I'm using R remotely via ssh connection in linux. I need to save a large R object from the remote server to my laptop. How can I specify the path in the save() function? Thanks much for your help, Simone [[alternative HTML version deleted]]

[R] plot intersecting planes

2012-03-07 Thread Simone Tenan
a clear solution. Any advice would be appreciated. Simone Tenan ## library(popbio) fec-seq(0.1,2,0.1) delta - seq(0,0.6,0.05) lambda-matrix(0,length(fec), length(delta)) S0=0.7 S1=0.8 S2=0.85 S3=S2 for (j in 1:length(delta)){ for (i in 1:length(fec)){ F1=0 F2=fec[i