twice: Multiply by Two

Description Usage Arguments Value Author(s) See Also Examples

View source: R/twice.R

Description

This function multiplies x by 2.

Usage

1
twice(x)

Arguments

x

a number.

Value

A number, two times the value of x.

Author(s)

Arni Magnusson

See Also

Arithmetic, half.

Examples

1
2
3
twice(10)

twice(pi)

arnima-github/biometry2 documentation built on May 26, 2019, 6:44 p.m.