powered by
phasor (num, scaled = TRUE, add = FALSE, circle = FALSE, xlim, ylim, ...)
noise = rnorm (100) phasors = fft(noise) par (mfrow = c(1,3)) phasor (phasors) phasor (phasors, circle = TRUE) phasor (phasors, scaled = FALSE)
Run the code above in your browser using DataLab