vec_arith.tabxplor_fmt {tabxplor}R Documentation

Vec_arith method for fmt

Description

Vec_arith method for fmt

Usage

## S3 method for class 'tabxplor_fmt'
vec_arith(op, x, y, ...)

## Default S3 method:
vec_arith.tabxplor_fmt(op, x, y, ...)

## S3 method for class 'tabxplor_fmt'
vec_arith.tabxplor_fmt(op, x, y, ...)

## S3 method for class 'numeric'
vec_arith.tabxplor_fmt(op, x, y, ...)

## S3 method for class 'tabxplor_fmt'
vec_arith.numeric(op, x, y, ...)

## S3 method for class 'MISSING'
vec_arith.tabxplor_fmt(op, x, y, ...)

Arguments

op

Operation to do.

x

fmt object.

y

Second object.

...

Other parameter.

Value

A fmt vector

A fmt vector

A fmt vector

A fmt vector

A fmt vector

A fmt vector

Methods (by class)

Functions


[Package tabxplor version 1.1.3 Index]