timesdiv: Create times or div vector of class *ptvalue*.

timesR Documentation

Create times or div vector of class ptvalue.

Description

times() and div() are convenient and stricter functions for creating growing or decaying precision teaching values with values with values greater or equal than 1 (or otherwise raise an error).

Usage

times(x = double())

div(x = double())

Arguments

x

A numeric vector. Values must be greater or equal than 1.

Value

A numeric vector of class ptvalue that represent precision teaching mesures.

Examples

times(c(1, 2, 4))
div(c(1, 2, 4))

ptvalue documentation built on Aug. 30, 2025, 1:08 a.m.