Learn R Programming

c3dr (version 0.2.0)

format.c3d: Formatting c3d objects

Description

Formatting method for c3d objects

Usage

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

Value

A character string with basic information for the c3d object.

Arguments

x

A list of the class c3d to be formatted.

...

empty argument, currently not used.

Examples

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

format(d)

Run the code above in your browser using DataLab