plot_field_1d: Plot a 1D field curve

Description Usage Arguments Details

Description

Plot a 1D field curve given the field value vector and model grid definition.

Usage

1
plot_field_1d(field, grid, xlab = "X", ylab = "Y", type = "l", ...)

Arguments

field

A vector of the field values.

grid

Grid definition. See 'grid.R'.

...

Additional paramters passed to 'lattice::xyplot'.

Details

One scenario where this function is useful happens in synthetic studies, where the true field is known (constructed by the user). In this case one would like to compare the model simulated field realizations, requested from the server, against the truth. Note that the simualtions returned by the server are in model scale. The plots of simulations shown on the website www.anchored-inversion.com are in model scale. To be compared with these plots, the parameter field to this function should be in model scale.


anchored-inversion/examples.R documentation built on May 12, 2019, 2:39 a.m.