Description Usage Format Details References Examples
A 3D flight trajectory containing x,y,z- coordinates and time.
1 |
A data frame with 40 observations on the following 4 variables.
x
a numeric vector
y
a numeric vector
z
a numeric vector
t
a numeric vector
3D flight trajectories of the Peregrine falcon obtained from Akos et al (2008).
Akos, Z., Nagy, M., & Vicsek, T. (2008). Comparing bird and human soaring strategies. Proceedings of the National Academy of Sciences, 105(11), 4139-4143.
1 2 | utils::data(trajectory)
FSC <- FlightSpeedComponents(trajectory[,4], trajectory[,1], trajectory[,2], trajectory[,3])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.