[R] Command area in SciViews 0.8.9 - second try

2006-09-21 Thread stgries
Dear all

I am writing again with a question I posted a few weeks ago (to no avail). I 
have a problem with SciViews for R. It's probably a slightly stupid question 
but I cannot find a solution to a very elementary problem. I am using SciViews 
0.8.9 on with R 2.3.1pat on a Windows XP Home machine. R is set to SDI mode, I 
start R, enter library(svGUI), SciViews starts properly, I can access the 
docks and everything so the installation is ok. But:

(i) the command area at the bottom cannot be found
(ii) the regular R window cannot be minimized/maximized anymore.

I don't know what to do to get the command area back. I have checked the web 
but all I could come up with 
(http://tolstoy.newcastle.edu.au/R/help/05/12/16841.html) is the 
recommendation to click on Misc: Toolbars: Command. But I did that and it's 
still not visible. Am I making some kind of stupid mistake? I have uploaded a 
screenshot to my website at 
http://www.linguistics.ucsb.edu/faculty/stgries/other/sciviews.png to show 
you what's happening. Any ideas would be greatly appreciated.

Thank you very much in advance for your time and all the best,
STG
---
University of California, Santa Barbara
http://www.linguistics.ucsb.edu/faculty/stgries

__
R-help@stat.math.ethz.ch 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.


[R] Size of jpegs/pngs

2005-10-02 Thread stgries
Dear all

I have trouble with setting the size for jpegs and pngs. I need to save a 
dendrogram of 1000 words into a jpeg or png file. On one of my computers, the 
following works just fine: 

bb-agnes(aa, method=ward)
jpeg(C:/Temp/test.txt, width=17000, height=2000)
plot(bb)
dev.off()

On my main computer, however, this doesn't work:
 jpeg(C:/Temp/test.txt, width=17000, height=2000)
Error in jpeg(C:/Temp/test.txt, width = 17000, height = 2000) : 
unable to start device devWindows
In addition: Warning message:
Unable to allocate bitmap 

This is a Windows XP Pro SP2 system, which is started with this chsort
 R.version
 _  
platform i386-pc-mingw32
arch i386   
os   mingw32
system   i386, mingw32  
status  
major2  
minor1.1
year 2005   
month06 
day  20 
language R  

which is started with a shortcut.
C:\rw2011\bin\Rgui.exe --max-mem-size=1500M

I checked the web and the R-help pages, tried out the ppsize option, and 
compared the options settings with those of the machine that works (which 
actually runs R 2.0.1 of 15 Nov 2004), but couldn't come up with an 
explanation. Any idea what I do wrong?
STG
--
Stefan Th. Gries

Max Planck Inst. for Evol. Anthropology
http://people.freenet.de/Stefan_Th_Gries


Machen Sie aus 14 Cent spielend bis zu 100 Euro!
Die neue Gaming-Area von Arcor - über 50 Onlinespiele im Angebot.
http://www.arcor.de/rd/emf-gaming-1

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html