summary.peranavolley: A simple summary of a volleyball match

View source: R/read.R

summary.peranavolleyR Documentation

A simple summary of a volleyball match

Description

A simple summary of a volleyball match

Usage

## S3 method for class 'peranavolley'
summary(object, ...)

Arguments

object

peranavolley: peranavolley object as returned by pv_read

...

: additional arguments (currently these have no effect)

Value

list of summary items

See Also

pv_read

Examples

x <- pv_read(pv_example_file())
summary(x)


raymondben/peranavolley documentation built on June 2, 2024, 1:47 a.m.