plot_mu_history.RdPlot kriged mean curves from mu_full_history
plot_mu_history(
mu_full_history,
u_final,
history_i = 1,
coords = c(1, 2, 3),
main = NULL,
xlab = "u (grid position)",
ylab = expression(mu[j](u)),
lty = 1,
add_points = FALSE,
u_obs = NULL,
mu_obs_list = NULL,
res = NULL,
pch = 16,
cex = 0.8,
legend_loc = "topright",
legend_prefix = "coord ",
bty = "n"
)List of matrices (K_final x d).
Numeric length K_final.
Which history element to plot.
Which coordinates (columns) to plot.
Plot title.
Overlay observed means at design points.
Optional overrides for points.
Optional progressive_smoothEM() result used to auto-fill points/title.
Invisibly returns a list with plot inputs.