print.summary.trajectory: Print Summary of the Trajectory
Description
Prints a detailed summary of the trajectory, including statistics for both the `x` and `y`
coordinates and the total number of frames.
Usage
# S3 method for summary.trajectory
print(x, ...)
Value
Prints the summary directly.
Arguments
- x
A `summary.trajectory` object, typically returned by the `summary.trajectory` method.
- ...
Other parameters to be passed.