Re: [R] Need a suggestion on a package to make a figure

2020-05-09 Thread Jim Lemon
Hi again, Oops, you'll need the images as well. Save the HTML file and images to the same directory. Jim On Sat, May 9, 2020 at 9:24 PM Jim Lemon wrote: > > Hi Aiguo > Just for fun, I tried to work out what you wanted. I think you are > looking for a function that creates a horizontal stacked ba

Re: [R] Need a suggestion on a package to make a figure

2020-05-09 Thread Jim Lemon
Hi Aiguo Just for fun, I tried to work out what you wanted. I think you are looking for a function that creates a horizontal stacked bar image of a logical vector: TFbar<-function(x,file="TFbar",grDev="png",width=100,height=25, col=c("green","red")) { do.call(grDev, list(file=paste(file,grDev

Re: [R] Need a suggestion on a package to make a figure

2020-05-08 Thread John Kane
What are you doing? http://adv-r.had.co.nz/Reproducibility.html http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example On Fri, 8 May 2020 at 10:50, aiguo li via R-help wrote: > Hello all, > I need to make a table with a value imaged by greater than certain value

[R] Need a suggestion on a package to make a figure

2020-05-08 Thread aiguo li via R-help
Hello all, I need to make a table with a value imaged by greater than certain value as attached.  Could you give me a suggestions on which R package will be good for this type of table? Thanks and stay safe! Aiguo sample_table.pdf Description: Adobe PDF document _