Displaying 1 result from an estimated 1 matches for "plot_out".
Did you mean:
log_out
2012 Jul 02
1
Dependency problem for "hasArg"
...r/bin/Rscript
While running that script from the system console (in Red Hat
Enterprise Linux 6) I got the following error:
Error in plot2(x = sim, y = obs, plot.type = "single", main =
paste("Daily", :
could not find function "hasArg"
Calls: plot_results -> plot_out -> ggof -> plot2
However, if I call EXACTLY the same script from the R console, by using
> source("myRscript.R")
I do not get any error.
As you can see in the error message, the function 'plot_results' calls
'plot_out' (both in the hydroPSO package). Then...