Re: [R] large number of scrollable histograms....

2019-01-23 Thread Bill Poling
: R help Mailing list Subject: Re: [R] large number of scrollable histograms Another alternative is to use ggplot2 to create the various plots, then put them into a list and use cowplot::plot_grid to plot the grid of plots with a specified number of rows and columns. Here's some pseudo code

Re: [R] large number of scrollable histograms....

2019-01-23 Thread PIKAL Petr
elp-boun...@r-project.org>> On Behalf > Of akshay kulkarni > Sent: Tuesday, January 22, 2019 2:21 PM > To: R help Mailing list mailto:r-help@r-project.org>> > Subject: [R] large number of scrollable histograms > > dear members, > I am a

Re: [R] large number of scrollable histograms....

2019-01-22 Thread Jeff Newmiller
You can use knitr (child documents) with rmarkdown to generate an html file containing many htmlwidgets. There are many htmlwidgets you can choose from, see [1]. You can also use htmlwidgets with shiny if you prefer, though I don't know if you can get the many plots simultaneously with shiny.

Re: [R] large number of scrollable histograms....

2019-01-22 Thread Enrico Schumann
> "akshay" == akshay kulkarni writes: akshay> dear members, akshay> I am a day trader based in INDIA. I use R for my research. akshay> I have about 200 vectors whose histograms I need to akshay> inspect. I have to compare them simultaneously. akshay> I know methods

Re: [R] large number of scrollable histograms....

2019-01-22 Thread Eric Berger
> ?pdf > > Cheers > Petr > > > > -Original Message- > > From: R-help On Behalf Of akshay kulkarni > > Sent: Tuesday, January 22, 2019 2:21 PM > > To: R help Mailing list > > Subject: [R] large number of scrollable histograms > > &

Re: [R] large number of scrollable histograms....

2019-01-22 Thread PIKAL Petr
Hi what about to create all histograms in pdf device? see ?pdf Cheers Petr > -Original Message- > From: R-help On Behalf Of akshay kulkarni > Sent: Tuesday, January 22, 2019 2:21 PM > To: R help Mailing list > Subject: [R] large number of scrollable histograms &

[R] large number of scrollable histograms....

2019-01-22 Thread akshay kulkarni
dear members, I am a day trader based in INDIA. I use R for my research. I have about 200 vectors whose histograms I need to inspect. I have to compare them simultaneously. I know methods whereby you can plot multiple histograms on one screen. However, you can