Internal functions for plotting SDA outputs. Interactive, post analysis time-series and bias plots in base plotting system and ggplot

interactive.plotting.sda(settings, t, obs.times, obs.mean, obs.cov, obs, X,
  FORECAST, ANALYSIS)

postana.timeser.plotting.sda(settings, t, obs.times, obs.mean, obs.cov,
  obs, X, FORECAST, ANALYSIS)

postana.bias.plotting.sda(settings, t, obs.times, obs.mean, obs.cov, obs,
  X, FORECAST, ANALYSIS)

postana.bias.plotting.sda.corr(t, obs.times, X, aqq, bqq)

post.analysis.ggplot(settings, t, obs.times, obs.mean, obs.cov, obs, X,
  FORECAST, ANALYSIS, plot.title = NULL)

post.analysis.ggplot.violin(settings, t, obs.times, obs.mean, obs.cov, obs,
  X, FORECAST, ANALYSIS, plot.title = NULL)

Arguments

settings

pecan standard settings list.

t

current time - int number giving the position of the current time in obs.time.

obs.mean

list of vectors of the means of observed data named by the measured date.

obs.cov

list of cov matrices of the observed data named by the measured date.

obs

list containing the mean and cov object

X

dataframe of state variables for each ensemble

FORECAST

dataframe of state variables for each ensemble

ANALYSIS

vector of mean of state variable after analysis

plot.title

character giving the title for post visualization ggplots

obs.time

vector of dates of measurements