View source: R/ply_complexBase.R
ply_complexBase | R Documentation |
As title.
ply_complexBase(re,im,f,loop = T,...)
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). |
Hao Li
complex
expand.grid
image(ply_complexBase(1:10,1:10,Mod,loop=T))#modular of complex nums
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.