Learn R Programming

BioTrajectory (version 1.1.0)

summary.trajectory: Summary of the Trajectory

Description

Generates a summary of the trajectory, including the minimum, maximum, and mean of the `x` and `y` coordinates, as well as the total number of frames.

Usage

# S3 method for trajectory
summary(object, ...)

Value

A summary object containing statistics for both the `x` and `y` coordinates of the trajectory.

Arguments

object

An object of class `Trajectory`.

...

Other parameters to be passed.