View source: R/gen_integration-tools.R
lin_interp | R Documentation |
Linear interpolation between sets of points
lin_interp(x, y, min_x = 0, max_x)
x |
typically this should be depth |
y |
typically this should be n/m3 or mg/m3 |
min_x |
expands the first y value to this value default at 0 |
max_x |
expands the last y value to this value |
Alex Barth
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.