show.particle.data | R Documentation |
Display method for objects of class particle.data
, which prints a summary of the key parameters and characteristics of the particle system based on its data type (simulation or experimental).
## S4 method for signature 'particle.data'
show(object)
object |
An object of class |
This method displays essential information about the particle system. The output varies based on the data type:
For simulation data:
Type of particle interaction model
Number of time steps
Number of particles in the system
Noise variance parameter (sigma_0)
Interaction radius between particles
For experimental data:
Number of time steps
Average number of particles across all time steps
Vicsek, T., Czirok, A., Ben-Jacob, E., Cohen, I., & Shochet, O. (1995). Novel type of phase transition in a system of self-driven particles, Physical Review Letters, 75(6), 1226.
Chat'e, H., Ginelli, F., Gr'egoire, G., Peruani, F., & Raynaud, F. (2008). Modeling collective motion: variations on the Vicsek model, The European Physical Journal B, 64(3), 451-456.
Fang, X., & Gu, M. (2024). The inverse Kalman filter. arXiv:2407.10089.
particle.data-class
for the full class description,
simulate_particle
for creating simulation data objects,
trajectory_data
for creating experimental data objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.