print.c3d {c3dr}R Documentation

Printing c3d objects

Description

Printing method for c3d objects

Usage

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

Arguments

x

A list of the class c3d to be printed.

...

empty argument, currently not used.

Details

Prints c3d objects by calling format.c3d().

Value

The function prints basic information for the c3d object and returns it invisibly.

Examples

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

print(d)

[Package c3dr version 0.1.5 Index]