Formatting method for c3d objects
Usage
# S3 method for class 'c3d'
format(x, ...)
Examples
# Import example data
d <- c3d_read(c3d_example())
format(d)
#> [1] "A c3d object with\n- 55 data points and 340 frames\n- 1.70 s measurement duration (200 fps)\n- 69 analog channels (2000 fps)\n- 2 force platforms with 3400 frames"