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]]
___
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
2 matches
Mail list logo