kin.plot.trajectory: Plot 3D trajectory

View source: R/kin.visualization.R

kin.plot.trajectoryR Documentation

Plot 3D trajectory

Description

Plot 3D trajectory

Usage

kin.plot.trajectory(
  data,
  x_col,
  y_col,
  z_col,
  color_by = NULL,
  title = "3D Trajectory"
)

Arguments

data

Data frame containing trajectory data

x_col

Column name for x coordinates

y_col

Column name for y coordinates

z_col

Column name for z coordinates

color_by

Optional column to color points by

title

Plot title

Value

A 3D plot using plotly


ccamp83/kinesis documentation built on July 4, 2025, 6:19 p.m.