I’m working with R to a very big extent as bioinformatician. My data sets can grow rather large, one that I’m currently working on will take up 93GB of RAM, so if that’s an issue in your data, make sure to supply enough RAM and a solid state disk as SWAP memory. This will also keep ggplot happy if you have to render out pdfs for the paper. Then second, i guess you know that, R is generally not a multithreading language. I said generally! So get a fast clocking processor. Also here i think ggplot will say thank you
Latest Answers