Description Usage Arguments Value Author(s) Examples
Main function to run the update and smoothing of two surfaces.
1 | runUpdateProcedure(data_s, data_p, filepath = "./", DEBUG_MODE = FALSE)
|
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. |
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.
Lindesay Scott-Hayward
Lorenzo Milazzo
1 2 3 4 | data(data_s) # survey data
data(data_p) # prior data
runUpdateProcedure(data_s, data_p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.