Re: [R] R & RStudio hardware Utilization

2017-08-21 Thread Jeff Newmiller
The actual question posed was whether R behaves differently than RStudio at parallel computation, which is like asking whether apple pies grow better than apple trees. The answer is that RStudio doesn't do any computation... it is a programming environment that hands off all computation to a se

Re: [R] R & RStudio hardware Utilization

2017-08-21 Thread Jeff Newmiller
The actual question posed was whether R behaves differently than RStudio at parallel computation, which is like asking whether apple pies grow better than apple trees. The answer is that RStudio doesn't do any computation... it is a programming environment that hands off all computation to a se

Re: [R] Help Required in looping visuals

2017-08-21 Thread Ismail SEZEN
> On 21 Aug 2017, at 09:30, Venkateswara Reddy Marella (Infosys Ltd) via R-help > wrote: > > Hi Team , > > I have a requirement of building set of panels in which each panel has > multiple visuals based on single set of dataset values and this thing is > repeated for other set of values as w

Re: [R] Help Required in looping visuals

2017-08-21 Thread Ulrik Stervbo
Hi Venkat, I must admit I don't understand what you are looking for, but maybe just store the visuals in a named lIst? Also, I have started to use nested data.frames to keep plots together with identifiers of the data sets. The nest and unnest functions are in the tidyr package. It keeps me from

Re: [R] Help Required in looping visuals

2017-08-21 Thread John Kane via R-help
I think we need a lot more information on the problem.  read  the posting guidelines at the bottom of the email & have a look at these links. http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example Reproducibility · Advanced R. | | | | Reproducibility · Advanced

[R] [R-pkgs] easycsv v1.0.5 released

2017-08-21 Thread Dror Bogin
Hello users, package *easycsv* version 1.0.5 is now available on CRAN < https://cran.r-project.org/package=usmap>. this update contains some upgrades and a new *choose_dir* function for Linux and Mac OSX users, for windows users, it's still implemented with utils::choose.dir. The full change log

[R] Help Required in looping visuals

2017-08-21 Thread Venkateswara Reddy Marella (Infosys Ltd) via R-help
Hi Team , I have a requirement of building set of panels in which each panel has multiple visuals based on single set of dataset values and this thing is repeated for other set of values as well. For this requirement , I am trying to use a for loop to create visuals and panel for each set of va