modR: Return the remainder of x divided by y

View source: R/aux_functions.R

modRR Documentation

Return the remainder of x divided by y

Description

Return the remainder of x divided by y

Usage

modR(x, y)

Arguments

x

numerator

y

non-zero denominator

Value

modulo of x/y


manlius/muxViz documentation built on March 1, 2023, 10:28 a.m.