double: A Doubling Function

Description Usage Arguments Details Examples

Description

Sometimes you just need twice as much. This function can provide that for any numerical vector passed in.

Usage

1
double(x)

Arguments

x

what you need twice as much of

Details

Additional paragraph to make sure we have twice as much verbage.

Examples

1
2
double(5)
double(3:10)

spgarbet/example-R-package documentation built on May 30, 2019, 7:58 a.m.