print.trackeRdata {trackeR} | R Documentation |
print
method for trackeRdata
objects
Description
print
method for trackeRdata
objects
Usage
## S3 method for class 'trackeRdata'
print(x, duration_unit = "h", digits = 2, ...)
Arguments
x |
An object of class |
duration_unit |
The unit of duration in the resulting output. Default is |
digits |
Number of digits to be printed. |
... |
Currently not used; only for compatibility with generic |
Details
The print method returns training coverage, number of sessions and
total training duration from the data in the
trackeRdata
object.
[Package trackeR version 1.6.0 Index]