View source: R/dbpf_export_nc_borehole_erddap.R
regrid_profile | R Documentation |
Regrid profile data
regrid_profile(df, from_col, to_col, new_from, new_to)
df |
dataframe with data and disjoint from-to intervals |
from_col |
name of column with top of interval depth |
to_col |
name of column with bottom of interval depth |
new_from |
numeric vector of new top-of-interval depths |
new_to |
numeric vector of new bottom-of-interval depths |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.