powered by
Printing method for c3d objects
# S3 method for c3d print(x, ...)
The function prints basic information for the c3d object and returns it invisibly.
A list of the class c3d to be printed.
list
c3d
empty argument, currently not used.
Prints c3d objects by calling format.c3d().
format.c3d()
# Import example data d <- c3d_read(c3d_example()) print(d)
Run the code above in your browser using DataLab