gp_plot: Plot the true field, the observations and an ensemble

Description Usage Arguments Examples

View source: R/dynamics_gp.R

Description

Plot the true field, the observations and an ensemble

Usage

1
gp_plot(gp_data, gp_ens, tit = "")

Arguments

gp_data

a list returned by gp_simulate

gp_ens

an ensemble matrix qxk

tit

optional plot title

Examples

1
2
3
gp_data <- gp_simulate(q=100)
xb <- gp_ens0(20, gp_data)
gp_plot(gp_data, xb,  'Background') 

robertsy/assimilr documentation built on May 27, 2019, 10:33 a.m.