Description Usage Arguments Details Value See Also Examples
Interpolates IntensityTier contour in given time instances.
1 | it.interpolate(it, t)
|
it |
IntensityTier object |
t |
vector of time instances of interest |
a) If t < min(it$t
) (or t > max(it$t)
), returns the first (or the last) value of it$i
.
b) If t
is existing point in it$t
, returns the respective it$f
.
c) If t
is between two existing points, returns linear interpolation of these two points.
IntensityTier object
it.getPointIndexNearestTime
, it.read
, it.write
, it.plot
, it.cut
, it.cut0
, it.legendre
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.