Learn R Programming

BioTrajectory (version 1.1.0)

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.