s-news
[Top] [All Lists]

pdf question

To: s-news@wubios.wustl.edu
Subject: pdf question
From: Eric yang <yang_eric9@yahoo.com>
Date: Fri, 21 Jul 2006 06:29:58 -0700 (PDT)
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=e/UT/MK6JA4XZLeuWOW399wPNlEPBl3pKk9A8MTazAt2usXHmecgVVjRX3aaDqcL0rMtUFG81Tkt98sQi3Q0ii8UCf9lqBBsjRywhFjB8ycaR0d3Mcb7h4XjpdT+NRXOdgQAxmCODZukNlw5NoCCvkFQy8mrVLkq2JAiR/JzVWQ= ;
Dear members,
 
I'm trying to produce a pdf file of a 3D image created by the guiPlot function. Here is an example of the problem:
 

pdf.graph(paste(path2, paste("ThePlot", ".pdf", sep=""), sep="\\"))
my.variables <- data.frame(runif(10), runif(10), runif(10))
guiPlot("3D Scatter", DataSetValues = my.variables)
guiModify("Axes3D", Name = "1", xTitleText = "Name of variable 1", yTitleText = "Name of variable 2", zTitleText = "Name of variable 3")
guiCreate("MainTitle", Name = "1", Title = "3D Scatter Plot")
graphics.off()
 
The pdf file is created but doesn't open for some reason. Also, I would like to create a 3D image where the observations are weighted differently, and displayed as spheres on the page such that bigger circles represent bigger weights. However, don't know how to do this though? Is this possible in Splus?
 
Any help is much appreciated.
 
Many thanks,
Eric


See the all-new, redesigned Yahoo.com. Check it out.
<Prev in Thread] Current Thread [Next in Thread>
  • pdf question, Eric yang <=