runUpdateProcedure: Main function to run the update and smoothing of two...

Description Usage Arguments Value Author(s) Examples

Description

Main function to run the update and smoothing of two surfaces.

Usage

1
runUpdateProcedure(data_s, data_p, filepath = "./", DEBUG_MODE = FALSE)

Arguments

data_s

The survey data (new data)

data_p

The prior data (existing surface, e.g. RES surface)

filepath

Pathway for the csv files to be stored. defaults to the working directory.

DEBUG_MODE

Logical stating whether additional plots are returned.

Value

various plots, two csv files into the working directory. densities_sm gives the updated survey information in the region of the survey (plus some buffer). densities_sm gives the updated and smoothed survey embedded in the prior surface.

Author(s)

Lindesay Scott-Hayward

Lorenzo Milazzo

Examples

1
2
3
4
data(data_s) # survey data
data(data_p) # prior data

runUpdateProcedure(data_s, data_p)

lindesaysh/dcap documentation built on May 28, 2019, 11:34 a.m.