Hi all, I am trying to run a cluster analysis with a relatively large data set (545 samples) and obviously am having trouble viewing the results using standard plot() method. Is there a way to plot the results of a large cluster analysis in a window with a scroll bar. Any recommendations would be appreciated because I have looked around for a solution to no avail. Thanks Wade Wall
Wade Wall wrote:> Hi all, > > I am trying to run a cluster analysis with a relatively large data set > (545 samples) and obviously am having trouble viewing the results > using standard plot() method. Is there a way to plot the results of a > large cluster analysis in a window with a scroll bar. Any > recommendations would be appreciated because I have looked around for > a solution to no avail.Suggestion is to print, e.g., into a pdf() device with huge height and/or width values and use a pdf Reader that allows zoom in/out and scroll bars. Uwe Ligges> Thanks > > Wade Wall > > ______________________________________________ > R-help at r-project.org mailing list > 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.
Wade Wall wrote:> Hi all, > > I am trying to run a cluster analysis with a relatively large data set > (545 samples) and obviously am having trouble viewing the results > using standard plot() method. Is there a way to plot the results of a > large cluster analysis in a window with a scroll bar. Any > recommendations would be appreciated because I have looked around for > a solution to no avail. >Hi Wade, One way is to create a huge image file (e.g. png) and then load it into a maximized HTML browser or image viewer. This usually gives you a window with both scroll bars. Jim