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.
Some htmlwidgets even support linkage between the plots, so if you scroll or zoom through the x-axis on one, the others can adjust similarly. [1] http://gallery.htmlwidgets.org On January 22, 2019 5:20:35 AM PST, akshay kulkarni <akshay...@hotmail.com> wrote: >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 clearly view only 4 to 5 histograms in one screen. > >Is there a way to construct a long list of all the 100 histograms that >can be scrollable (like you scroll up or down the R console) both >downwards and upwards? Any package to that effect? > >I would be highly grateful, also, if you can offer any suggestions or >"out of the box" ideas to simultaneously compare all the 100 >histograms. > >very many thanks for your help and support.. >yours sincerely, >AKSHAY M KULKARNI > > [[alternative HTML version deleted]] > >______________________________________________ >R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code. -- Sent from my phone. Please excuse my brevity. ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.