combined_events_null {combinedevents} | R Documentation |
Combined events null results
Description
combined_events_null()
is a generic function used to present results
of calls to scores()
and marks()
where in those calls combined_event = NULL
.
Usage
combined_events_null(marks, scores, event_names, seconds, ...)
Arguments
marks |
a numeric vector of marks |
scores |
an integer vector of scores |
event_names |
a character vector of event names |
seconds |
a numeric (either 0 or 1) |
... |
other arguments passed on to methods |
Value
An object of class combined_events_null
.
The default method returns a list of that class.
See Also
[Package combinedevents version 0.1.1 Index]