Displaying 8 results from an estimated 8 matches for "11946a09".
2002 Jul 09
3
writing to a png file with a script
...> x11()
Error in x11() : the x11 device has not been loaded
Execution halted
I do not know what to do!
thanks for your help
cheers
steph
--
Linux: the operating system with a CLUE...
Command Line User Environment.
--------------------------------------
Stephan Holl
GnuPG Key-ID: 11946A09
ICQ# 117277975
--------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20020709/6d6691ab/atta...
2002 Sep 02
2
ifelse behavior
...100
it is a numeric value as well, but the result of the ifelse-check is
different!!
> ifelse(blah$index.s == 100 ,1,2)
[1] 1
that's the result which is correct!
Can anybody explain this behavior please ?!
thank you
- --
- --------------------------------------
Stephan Holl
GnuPG Key-ID: 11946A09
ICQ# 117277975
- --------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE9c3bbEg9SKhGUagkRAi3UAJ46mOt/FsDdwzyaZ7vrauarVLpEjgCdHUIp
K6XkXwhVxW65Sw1iiOlk9cE=
=roN2
-----END PGP SIGNATURE-----
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2002 Jul 29
2
Database-conversion
...he -9999-values are
treated as normal vectors.
How can I tell R not to fetch the datasets containig -9999-values?
thanks for your help
stephan
--
Linux: the operating system with a CLUE...
Command Line User Environment.
--------------------------------------
Stephan Holl
GnuPG Key-ID: 11946A09
ICQ# 117277975
--------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20020729/38c7605f/atta...
2002 Aug 02
2
variables inside an Rdi-select statement?!
...t;
the error is, that SELECT searches for the relation ezg, but it should
use value stored in ezg.
Any suggestions?
thanks in advance
stephan
--
Linux: the operating system with a CLUE...
Command Line User Environment.
--------------------------------------
Stephan Holl
GnuPG Key-ID: 11946A09
ICQ# 117277975
--------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20020802/90badc64/atta...
2002 Jul 10
5
plotting only text as a table
...pace.
http://frosch.2y.net/tmp/ws_34_geol_20.png
Perhaps there is a nice sollution.
btw. I produce the plot in BATCH-mode.
Thanks so far.
steph
--
Linux: the operating system with a CLUE...
Command Line User Environment.
--------------------------------------
Stephan Holl
GnuPG Key-ID: 11946A09
ICQ# 117277975
--------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20020710/6c2bdf76/atta...
2002 Jul 21
3
boxplot(): formating median in another linethickness?
...ickness and another color.
I do not know, what to do in order to realise my wishes.
Sorry for that question, but I am new to R.
cheers
steph
--
Linux: the operating system with a CLUE...
Command Line User Environment.
--------------------------------------
Stephan Holl
GnuPG Key-ID: 11946A09
ICQ# 117277975
--------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20020721/90fbdc87/atta...
2002 Jul 21
1
change margins or regions?!
...s to letters
1:length(P$n)
and make a legend nearby
(...but I dont know how to use the legend-command ;-()
Anyway, thank you for your help
steph
--
Linux: the operating system with a CLUE...
Command Line User Environment.
--------------------------------------
Stephan Holl
GnuPG Key-ID: 11946A09
ICQ# 117277975
--------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20020721/2bb9d01d/atta...
2002 Jun 26
3
sapply() and Monte Carlo
Dear Helplist
Some time ago, Professor Ripley gave me a tip which I thought was very
very useful for Monte Carlo simulation; I thought I'd pass it on to
the list, and ask whether this or a similar example could be added to
the sapply() manpage.
Suppose I have ten N(0,1) random variables and I'm interested in the
pair that are closest together:
R> min(diff(sort(rnorm(10))))
[1]