Displaying 20 results from an estimated 34 matches for "zhwin".
Did you mean:
chain
2003 Apr 23
0
tk windows position
Dear r-hackers,
I want to split my screen into four screens (like split it do in Rgui). To get this I do the following:
Window1 <- tktoplevel()
Window1 <- tktoplevel()
Window1 <- tktoplevel()
Thomas Untern?hrer E-Mail: thomas.unternaehrer at zhwin.ch
Institut f?r Datenanalyse und Prozessdesign Tel: 052/ 267 7813
Z?rcher Hochschule Winterthur Fax: 052/ 268 7813
Technopark / J?gerstrasse 2
Postfach
CH-8400 Winterthur http://www.idp.zhwin.ch
2003 Apr 25
1
Rcmd vs. Rterm.exe
...erl first, I know)
I haven't found any documentation about the difference (readme, FAQs, ...).
I use rterm.exe, but is there a benefit in using rcmd?
Can you explain me that or give me a link?
Thanks
Thomas
Thomas Untern?hrer E-Mail: thomas.unternaehrer at zhwin.ch
Institut f?r Datenanalyse und Prozessdesign Tel: 052/ 267 7813
Z?rcher Hochschule Winterthur Fax: 052/ 268 7813
Technopark / J?gerstrasse 2
Postfach
CH-8400 Winterthur http://www.idp.zhwin.ch
2005 Apr 15
2
"hide unreadable files" also hides readable files
...Username/Password.
When he tries to look at his own files, they're hidden!
He only sees world readable data.
Can anybody explain this?
Thanks alot
Chris
--
----------------------------------------------------------------------
Christoph Kaegi kgc@zhwin.ch
----------------------------------------------------------------------
2003 Apr 24
3
R TclTk Examples
Hi,
I've been learning how to use R TclTk in Windows over the last
few months.
I have recently put together a collection of examples of
some common widgets and their corresponding R code, at
http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/
I would be interested in any feedback - Is it useful? Does it
contain any significant errors or bad coding style? Does anyone
else want to
2000 Dec 21
1
Factor analysis with R
...R-analoge- function?
I I'am glad to here, if someone can help me
thanks Sigrid
--
Z?rcher Hochschule Winterthur
Departement Physik und Mathematik
Dr. Sigrid M?nkeberg
Geb?ude TS 304
Postfach 805
8401 Winterthur
---------------
Tel.: 052 267 78 04
e-mail: sigrid.moenkeberg at zhwin.ch
----------------------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in...
2005 Apr 20
1
DFS links not working
...dfs = yes
[dfs]
path = /data/dfsroot
msdfs root = yes
---------------------------- 8< ----------------------------
What did I do wrong?
Thanks
Chris
--
----------------------------------------------------------------------
Christoph Kaegi kgc@zhwin.ch
----------------------------------------------------------------------
2007 Mar 27
0
Joining ADS Domain from Solaris9
...getpass(3C).
(line 254 of utils/net_ads.c)
Maybe this could be cared for by the configure scripts?
Thank you, Samba Team, for your sustained good work!
Chris
--
----------------------------------------------------------------------
Christoph Kaegi kgc@zhwin.ch
----------------------------------------------------------------------
2006 Jun 30
1
plot with NAs in x and type="s" (PR#9046)
Full_Name: Ren? Locher
Version: Version 2.3.1 (2006-06-01)
OS: i386, mingw32
Submission from: (NULL) (160.85.104.70)
The problem seems to occur only, when you want to plot a vector containing a NA
value at position 2 and the plotting type is "s" or "S".
## start of code
O3<-c(0.8,NA,0.7,1.1,0.9,5.5,1.3,1,1.2)
## The following error is reported with the two commands
2003 Apr 06
5
Odd and Even
Hi,
I'm trying to create a function, jim(p) which varies
depending on whether the value of p is odd or even. I
was trying to use th eIf function, but i cant work out
a formula to work out if p is odd or even.
Thanks,
Dave
__________________________________________________
Yahoo! Plus
For a better Internet experience
http://www.yahoo.co.uk/btoffer
2003 Apr 17
2
BATCH and tcltk
Hi R-hackers
I try to write a batch (in Windows, i have to use!) with
Rcmd BATCH D:\Test.R D:\Test.Rout and
Rterm.exe --no-restore --no-save < D:\Test.R > D:\Test.Rout.
In my file Test.R are any tk-codelines (like: Window1 <- tktoplevel(); ... tkbutton...).
It works not interactifly, what is written in Rcmd BATCH --help.
Exist there a way to do it all the same?
Please help...
2005 Nov 21
1
Performance Problem / failed to verify PAC server signature
...main logons = no
wins support = no
-------------------------------------- 8< --------------------------------------
Any hints?
Thanks alot
Christoph
--
----------------------------------------------------------------------
Christoph Kaegi kgc@zhwin.ch
----------------------------------------------------------------------
2005 Aug 22
3
Cannot compile 3.0.x on Solaris 9
Dear list,
is there anyone who successfully compiled a Samba 3.0.X on a Solaris 9 box?
I tried severl versions of Samba 3.0.* on five rather differently
configured Solaris 9 boxes (Sparc) and ALWAYS get a build error
on dynconfig.c
Sometimes it seems to be a missing ldap-preprocessor define (which is
protested by the compiler although I configured --with-ldap=NO),
sometimes it is a header file
2003 Jan 13
0
(no subject)
Dear experienced "users"
The following question arose in the context of a project : we were searching for an example how to use (interface) VC++-Code in R. We were looking for the example file
cxx_0.0-x.tar.gz
in
src\contrib\devel
but didn't find it. In particular our interest goes to the "windows-version" of an example in section 4.5 (page 27) of the
2003 May 06
1
C++ - R - example
Hi,
Does anybody has a simple example (a for loop, or so) how to use a C-function
In R?
If it's possible, a *.cpp-file and what I need (wrapper or what ever).
I'm absolutly not a C++-hacker!
I try several ways, was reading the "writing R extension" and the windows-FAQ, but failed.
I try to programm a matrix inversion in a for-loop in C, which needs much time in R and want to
2003 May 13
3
Delete files from R
Hi,
I have a file: d:\foo.txt and want to delete this.
I tried:
system("del d:/foo.txt") works not
system("notepad d:/foo.txt") works
Is it possible that I can't delete files or do I have misunderstood something?
(del is a DOS-command. The "string works" under DOS "\")
Thanks a lot
Thomas
-----
Windows XP
R 1.6.2 (update!, I know)
2003 May 22
1
Tkrplot works not
Hi,
I've spent some time in programming R - tcl/tk.
Today I've updated my R version from 1.6.2 to 1.7.0.
My programm stops now with two error-messages:
(How could it be, two errors? The command "stop" produces an error but does really stop
the programm after it, isn't it?)
> Loading required package: tcltk
> Error in structure(.External("dotTcl", ...,
2003 Aug 05
1
A little problem
Hi,
Does anybody knows a easy way (without for-loops, maybe with something like match)
to solve this problem:
x <- rep(1,3)
y <- c(0,1,0,1,0,1,1,1,0,0,0,0,1,0)
if (x is a part of y){
find out where it is and
do something
}
Thanks a lot
Thomas
2003 Aug 25
2
Save graph as .wmf
Hi,
Is there no function in R similar to jpeg(...) or postscript(...) for windows meta files?
The function savePlot(...) is not really what I need.
I'd like to save the plot on my disk without open a new plot window.
And I don't want to save it on my disk and convert it from a *.* to .wmf (there are too many).
Thanks for any help
Thomas
2003 Sep 06
1
split.screen problem and segments in figure margin
hi,
two questions...
1. what happens with points()?
after the split.screen function points() start not at x = 1 (at x = - something)
graphics.off()
x11()
split.screen(c(3, 1))
split.screen(c(2, 1), 1)
screen(3)
plot(dat, type = "n")
screen(4)
plot(dat, type = "n")
screen(2)
plot(dat, type = "n")
dat <- rnorm(1000)
for (i in 1:length(dat)){
screen(3)
2003 Sep 24
0
AW: plot.ts
Maybe like this:
X.ts <- matrix(rnorm(4000),1000,4)
par(mfrow=c(2,2))
apply(X.ts, 2, plot.ts, plot.type=c("single"))
or
apply(X.ts, 2, ts.plot)
HTH
Thomas
>Hi,
>How can I force a plot.ts to draw a 2x2 plot matrix instead of 4x1 ?
>Regards
>EJ
______________________________________________
R-help at stat.math.ethz.ch mailing list