search for: ggof

Displaying 3 results from an estimated 3 matches for "ggof".

Did you mean: ggf
2012 Jul 02
1
Dependency problem for "hasArg"
...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 'plot_o...
2012 Nov 29
0
What am I missing when using zoo on version 2.15?
...matlab) library(zoo); library(xts); library(lattice); library(hydroGOF); a=readMat("exemplo_narmax_Aimores_MISO.mat") predicoes=zoo(cbind(a$predicoes[,,1]$Real,a$predicoes[,,1]$Predito),as.Date( a$predicoes[,,1]$data)) names(predicoes)=c("Real","Predito") ggof(obs=predicoes$Real,sim=predicoes$Predito,main="Predicao Vazao - NARMAX MISO", legend=c("Predito","Real")) ggof is a function on the hydroGOF available on CRAN. Predicoes looks like > predicoes Real Predito 2008-12-20 921 921.0000...
2003 Aug 04
4
Samba 3.0 and LDAP
I was looking through my o'reilly book and according to it all of the ldap inputs that would be in smb.conf are not supposed to be there in samba 3.0. How do you specify which ldap server to use and whatnot?