i: i

View source: R/i.R

iR Documentation

i

Description

Function to increment a numeric.

Usage

i(x, by = 1)

Arguments

x

A numeric.

by

The value to increment x by. Defaults to 1.

Examples

x<-5
i(x)
After this operation, x == 6.

stpalan/SPTools documentation built on Aug. 21, 2023, 11:21 a.m.