Ops.english: English Arithmetic

Description Usage Arguments Value Examples

Description

Allows arithmetic operations on "english" class objects. To make sense the operation should return an integer value.

Usage

1
2
## S3 method for class 'english'
Ops(e1, e2)

Arguments

e1

Numeric vector of object of class "english".

e2

Numeric vector of object of class "english".

Value

Numeric vector of class "english"

Examples

1
2
english(1:10)^2 + 1:10
english(100) + (-5):5

english documentation built on Aug. 21, 2021, 9:07 a.m.