decathlon_s2p: Convert decathlon scores in to points

Description Usage Arguments

View source: R/decathlon_s2p.R

Description

decathlon_s2p calculates scores for performances in the decathlon, as well as providing useful descriptive and summary statistics.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
decathlon_s2p(
  X100m = 9999,
  LJ = 0,
  SP = 0,
  HJ = 0,
  X400m = 9999,
  X110mh = 9999,
  DT = 0,
  PV = 0,
  JT = 0,
  X1500m = 9999
)

Arguments

X100m

A 100m time, in seconds

LJ

A long jump measurement, in m

SP

A shot put measurement, in m

HJ

A high jump measurement, in m

X400m

A 400m time, in seconds

X110mh

A 110m hurdles time, in seconds

DT

A discus throw measurement, in m

PV

A pole vault measurement, in m

JT

A javelin throw measurement, in m

X1500m

A 1500m time, in seconds, or in minutes:seconds (m:ss) as a character vector


VictorNautica/multievents documentation built on June 14, 2020, 6:42 a.m.