Displaying 1 result from an estimated 1 matches for "eemcorr".
2010 Nov 01
1
Function not working
...functions
I am using are exclusive to x64 or a package (that I know of). I need to
know why it was working on one computer and not the other because, in final
form, it will be transported and used on different systems by people with
minimal understanding of R.
The call would look something like: EEMCORR("C:\\Documents and
Settings\\User\\Desktop\\folder\\subfolder") or wherever they put the data
arrays.
EEMCORR <- function(location){
#set working directory, find number of files in directory
setwd(location)
n <- (length(list.files(getwd())))-1
#mask
mat<-matrix(0, 20,20)
mat[u...