[R] R crashes with "Error in UseMethod("depth")" when resizing ggplot windows

2015-02-24 Thread Eike Petersen
Hello everyone, Quite frequently I encounter crashes when resizing ggplot windows. The error message is always as follows: > Error in UseMethod("depth") : > no applicable method for 'depth' applied to an object of class "NULL" > > Process R exited abnormally with code 255 at Tue Feb 24 21:51:18

Re: [R] FFT Normalization Documentation

2015-02-03 Thread Eike Petersen
domain FFT coefficients. I want to repeat my question concerning proposals on where to publish such considerations for the use of as many R users as possible. Might it be a good idea to create and propose an official vignette to the FFT function? Kind regards, Eike > On February 3, 2015 a

[R] FFT Normalization Documentation

2015-02-02 Thread Eike Petersen
Hello everyone, the docpage for the fft function states: “Description: Performs the Fast Fourier Transform of an array.” and “Arguments – inverse: if ‘TRUE’, the unnormalized inverse transform is computed (the inverse has a ‘+’ in the exponent of e, but here, we do _not_ divide by ‘1/length(x)’