Displaying 3 results from an estimated 3 matches for "zamri".
2000 Oct 02
1
FW: the underscore ("_") in variable name
...unction. In
your example, you assign the name "c" to a variable. But "c" is already the
name of a function i R. In this way you are asking for trouble.
-----Original Message-----
From: owner-r-help at stat.math.ethz.ch
[mailto:owner-r-help at stat.math.ethz.ch]On Behalf Of mohd zamri
Sent: 2. oktober 2000 08:36
To: r-help at stat.math.ethz.ch
Subject: [R] the underscore ("_") in variable name
new to R and starting to learn to program R. The underscore ("_") did some
suprising result. e.g
> c <- c(1,2,3,4,5)
> mean(c)
[1] 3
> c_mean <- mean(...
2000 Oct 02
9
the underscore ("_") in variable name
At 14:35 02/10/00 +0800, mohd zamri wrote:
>new to R and starting to learn to program R. The underscore ("_") did some
>suprising result. e.g
>
>> c <- c(1,2,3,4,5)
>> mean(c)
>[1] 3
>> c_mean <- mean(c)
>> c
>[1] 3
>
>having some experience in C, I thought the underscore i...
2005 Jul 30
2
Running another gnome or kde on virtual console
Hi,
I'm still new in linux world and CentOS is my 2nd linux desktop I ever used ( have used it for month now, before using Ubuntu for 2 days ), so please gave me a little favor on it :)
What I need to do is to have my virtual console that can also run gnome or kde, so I can have different windows on different virtual console. After googling, I found the qingy that just fit for my need.
I