trackeR (version 1.6.0)

print.trackeRdata: print method for trackeRdata objects

Description

print method for trackeRdata objects

Usage

# S3 method for trackeRdata
print(x, duration_unit = "h", digits = 2, ...)

Arguments

x

An object of class trackeRdata.

duration_unit

The unit of duration in the resulting output. Default is h (hours).

digits

Number of digits to be printed.

...

Currently not used; only for compatibility with generic summary method only.

Details

The print method returns training coverage, number of sessions and total training duration from the data in the trackeRdata object.