Description Usage Arguments Value Author(s) Examples
Interpolates a model at provided depths.
1 | InterpModel(model, newz = NULL, preserve = NULL)
|
model |
Planet model |
newz |
Depths at which to interpolate (km) |
preserve |
If NULL (default), TRUE, or 'preserve', preserve discontinuities in interpolated result |
Planetary object variable containing data at the desired depths
Jake Anderson
1 2 3 | data(model)
InterpModel(model, 10, preserve = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.