View source: R/interpolate.positions.2.R
interpolate.positions.2 | R Documentation |
Determines from the given look-back time and time-steps of a set of particles positions needs to be extrapolated or interpolated. If a particles position needs to be interpolated, the particles positions will be estimated using a cubic fitted between the two given snapshots to fit a position within the given time step.
interpolate.positions.2(track, snapshots, t)
track |
A list containing a read in halo from Surfsuite. |
snapshots |
A data.frame object containing particle id's, velocities and positions at given redshifts and look-back times based on the track list. |
t |
A value for the look-back time (Gyrs) for the step to be interpolated or extrapolated too |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.