Learn R Programming

c3dr (version 0.2.0)

print.c3d: Printing c3d objects

Description

Printing method for c3d objects

Usage

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

Value

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

Arguments

x

A list of the class c3d to be printed.

...

empty argument, currently not used.

Details

Prints c3d objects by calling format.c3d().

Examples

Run this code
# Import example data
d <- c3d_read(c3d_example())

print(d)

Run the code above in your browser using DataLab