combined_events: Combined events results

Description Usage Arguments Value See Also

View source: R/combined_events.R

Description

combined_events() is a generic function used to present results of calls to scores() and marks().

Usage

1
combined_events(marks, scores, event_names, event, seconds, ...)

Arguments

marks

a numeric vectors of marks

scores

an integer vector of scores

event_names

a character vector of event names

event

a character string indicating the combined events competition

seconds

a numeric (either 0 or 1)

...

other arguments passed on to methods

Value

An object of class "combined_events". The default method returns a list of that class.

See Also

scores(), marks()


combinedevents documentation built on Feb. 4, 2021, 1:05 a.m.