Re: [R] ggplot2-theme(panel.border)

2016-03-02 Thread Aashish Jain
You can write "fill = NA" in the argument of element_rect(), that should solve your problem. On Tue, Mar 1, 2016 at 3:46 PM, Hoji, Akihiko wrote: > A quick question. How come data points disappear when > “theme(panel.border=element_rect()) is used and how could I get those >

Re: [R] Get object name inside lapply

2016-02-25 Thread Aashish Jain
Why don't you simply use names(c) to get the names of all objects? If, for your purposes, you still want the "names" function inside lapply, you can use the following: unlist(lapply(1:length(c), function(x) names(c[x]))) This will produce exactly same output as names(c) would. When you use

[R] Problem with rJava

2016-01-14 Thread AASHISH JAIN
gize if this forum is not a right place to discuss about rJava. Thanks! Aashish Jain Postdoctoral Associate Department of Chemical Engineering and Material Science 151 Amundson Hall 421 Washington Ave SE Minneapolis, MN 55455 USA Ph: +1 612-806-7154 __ R-help@r-p