Displaying 1 result from an estimated 1 matches for "koersel_uden_ret".
2009 Oct 20
2
Problem using the source-function within R-functions
...'file1.r' and 'file2.r'
seems to be missing.
Anyone has the trick to overcome this problem?
Thanks in advance!
best wishes, Johan
PS: My function is:
run_accumm_value <- function(ind_noder_0,
ind_loc_val,ind_retention,downstream){
## Preprocessing of looping calculations:
koersel_uden_ret <- length(unique(ind_noder_0$oplid))
opsaml_b_0_2 <- numeric(koersel_uden_ret)
opsaml_b_0_2_1 <- numeric(koersel_uden_ret)
opsaml_b_0_2_2 <- seq(1:koersel_uden_ret)
## Preprocessing of topology and local values to be summed:
source('preproces_topology.r', local = T)
source('...