'update'
[talweg.git] / pkg / R / plot.R
index 48b456c..fe2fb4e 100644 (file)
@@ -236,7 +236,7 @@ plotRelVar = function(data, fil)
 {
        ref_var = c( apply(data$getSeries(fil$neighb_indices),1,sd),
                apply(data$getSeries(fil$neighb_indices+1),1,sd) )
-       fdays = getNoNA2(data, 1, fil$index-1)
+       fdays = .getNoNA2(data, 1, fil$index-1)
        global_var = c(
                apply(data$getSeries(fdays),1,sd),
                apply(data$getSeries(fdays+1),1,sd) )