Learn R Programming

BioTrajectory (version 1.1.0)

is.trajectory: Check if Object is a Trajectory

Description

Checks if an object is of class `Trajectory`.

Usage

is.trajectory(x)

Value

A logical value (`TRUE` or `FALSE`) indicating whether the object is of class `Trajectory`.

Arguments

x

An object to check.