Displaying 5 results from an estimated 5 matches for "x4054".
Did you mean:
24054
2002 Nov 21
4
Mixing text and graphics in PDF
...ics plots and then
using the "text" command to put text on page:
http://www.r-project.org/nocvs/mail/r-help/2002/5598.html
I'm just looking for something a little more polished -- automatic page
breaks, line wrapping, etc.
Kevin Wright, Research Scientist
Pioneer Hi-Bred Int'l, x4054.
http://www.DuPont.com/corp/email_disclaimer.html
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the...
2002 Sep 09
1
No reorder.factor in R
...this
function to the base code
in order to increase compatability with S-Plus and add additional
functionality?
reorder.factor <- function(fac, y, fun=mean, ...){
ordered(fac, levels=levels(fac)[order(tapply(y, fac, fun, ...))])
}
Kevin Wright, Research Scientist
Pioneer Hi-Bred Int'l, x4054.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@sta...
2002 Oct 01
0
Possible inconsistency with mean & var
....default that sum(x)/n
evaluates as
> sum(numeric(0))/length(numeric(0))
[1] NaN
The function var calls an .Internal and seems to evaluate this:
> .Internal(cov(numeric(0),NULL,"all.obs"))
Error: `x' is empty
Best,
Kevin Wright, Research Scientist
Pioneer Hi-Bred Int'l, x4054.
This communication is for use by the intended recipient and contains
information that may be privileged, confidential or copyrighted under
applicable law. If you are not the intended recipient, you are hereby
formally notified that any use, copying or distribution of this e-mail,
in whole or...
2003 Jan 10
1
Suggested modification to shell command
...e the cygwin
default), the following modification to the matching may be more general in
determining the proper flag to use:
is.na(pmatch(c("bash","tcsh"),basename(shell)))
Thank you for considering this suggestion.
Kevin Wright, Research Scientist
Pioneer Hi-Bred Int'l, x4054.
This communication is for use by the intended recipient and cont ... [[dropped]]
2001 Dec 27
5
new lattice/grid
I just installed R-1.4.0 on my Win2k machine from SetupR.exe. Everything
seems to be fine with the base and recommended packages. However, when I
install the lattice and grid packages they do not seem to work. Everything
I try results in something like this:
Instruction 0x00543f06 refernced memory 0x00000000. The memory cannot
be "read".
and I am getting kicked out of R.
Has