powered by
Copies the lsn directory MiddleFork04.ssn to R's temporary directory so the examples do not write to library or any other places
copyLSN2temp()
MiddleFork04.ssn on R's temporary directory
Jay Ver Hoef support@SpatialStreamNetworks.com
Copies the lsn directory MiddleFork04.ssn to R's temporary directory
library(SSN) copyLSN2temp() #getwd() #setwd(tempdir()) #getwd() #if unix-alike use: system('ls') #if windows use: system('dir')
Run the code above in your browser using DataLab