format.c3d {c3dr}R Documentation

Formatting c3d objects

Description

Formatting method for c3d objects

Usage

## S3 method for class 'c3d'
format(x, ...)

Arguments

x

A list of the class c3d to be formatted.

...

empty argument, currently not used.

Value

A character string with basic information for the c3d object.

Examples

# Import example data
d <- c3d_read(c3d_example())

format(d)

[Package c3dr version 0.1.5 Index]