rotate_osim_table: Rotate an Opensim Data Table

View source: R/rotate_osim_table.R

rotate_osim_tableR Documentation

Rotate an Opensim Data Table

Description

This function rotates a specified OpenSim data table around a given axis by a specified angle in degrees.

Usage

rotate_osim_table(table_object, axis = c(1, 0, 0), deg = -90)

Arguments

table_object

An object representing an OpenSim data table.

axis

A numeric vector of length 3 specifying the rotation axis (default is c(1, 0, 0)).

deg

A numeric value specifying the rotation angle in degrees (default is -90).

Value

NULL. The function modifies the input 'table_object' in place.


Kneerav/biomechanics documentation built on March 30, 2025, 12:56 a.m.