> -----Original Message-----
> From:
[hidden email]
> [mailto:
[hidden email]] On Behalf Of dicko ahmadou
> Sent: Tuesday, June 07, 2011 11:41 AM
> To:
[hidden email]
> Subject: Re: [R] ggplot 2: Histogram with bell curve?
>
> Hi
>
> Don't use t as var names, because t is also a function (transpose).
> This code should work...
> set.seed(1)
> T <- rnorm(500)
I think that it is more dangerous to use 'T' than 't' since
'T' is a built-in data name (with value TRUE) and I've
seen it used more than 't' (probably because S and S+
regard it as a reserved word). I don't think that reusing
built-in names as local names is as dangerous as some would make
out but reusing built-in data names is probably more dangerous
than using built-in function names for local data names
(because function name lookup is done differently than general
name lookup - the former will only look for functions).
Bill Dunlap
Spotfire, TIBCO Software
wdunlap tibco.com
ve-tp3580359p3580457.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
>
[hidden email] 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.
>
______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-helpPLEASE do read the posting guide
http://www.R-project.org/posting-guide.htmland provide commented, minimal, self-contained, reproducible code.