ply_complexBase: Apply function on a 2D complex base

View source: R/ply_complexBase.R

ply_complexBaseR Documentation

Apply function on a 2D complex base

Description

As title.

Usage

ply_complexBase(re,im,f,loop = T,...)

Arguments

re

sequence of real values to loop on.

im

sequence of imaginary values to loop on

f

function to apply

loop

whether to force looping(if vectorization is disabled in some functions).

Author(s)

Hao Li

See Also

complex expand.grid

Examples

image(ply_complexBase(1:10,1:10,Mod,loop=T))#modular of complex nums

HaoLi111/rMathModeling documentation built on April 7, 2023, 3:18 p.m.