Skip to content

View cluster results of large data sets

3 messages · Wade Wall, Uwe Ligges, Jim Lemon

#
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:
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
#
Wade Wall wrote:
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