During startup - Warning message: replacing previous import by ¡®rlang::dots_n¡¯ when loading ¡®dplyr¡¯ ############################# MONTHLY STAT PLOT ################################ ### AMET Code: AQ_Monthly_Stat_Plot.R ### ### THIS FILE CONTAINS CODE TO DRAW CUSTOMIZED PLOTS OF NMB, NME, CORRELATION, ### and FB, FE and RMSE. The script is ideally used with a long time period, ### specifically a year. Average monthly domain-wide statistics are calculated ### and plotted. NMB, NME and CORRELATION are plotted together, while MdnB, ### MndE and RMSE are plotted together. However, any one of the computed ### statistics can be plotted with a small change to the script. The script ### works with multiple years as well. ### ### Last updated by Wyat Appel: June, 2019 ################################################################################# Loading required package: RMySQL Loading required package: DBI Loading required package: fields Loading required package: spam Loading required package: dotCall64 Loading required package: grid Spam version 2.5-1 (2019-12-12) is loaded. Type 'help( Spam)' or 'demo( spam)' for a short introduction and overview of this package. Help for individual functions is also obtained by adding the suffix '.spam' to the function name, e.g. 'help( chol.spam)'. Attaching package: ¡®spam¡¯ The following objects are masked from ¡®package:base¡¯: backsolve, forwardsolve See https://github.com/NCAR/Fields for an extensive vignette, other supplements and source code Warning message: In FUN(X[[i]], ...) : failed to assign RegisteredNativeSymbol for toeplitz to toeplitz since toeplitz is already defined in the ¡®spam¡¯ namespace [1] "20161202" [1] "20171231" [1] "2016" [1] "2016" [1] 2016 [1] 2017 [1] 12 [1] 12 Error in .local(drv, ...) : Failed to connect to database: Error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) Calls: query_dbase ... db_Query -> dbConnect -> dbConnect -> .local -> .Call Execution halted