Displaying 20 results from an estimated 78 matches for "pinard".
Did you mean:
minard
2005 Apr 11
2
R_LIBS difficulty ?
...I wrote to this list:
> (For now, [the library code] works only for me when I do _not_ use `-l
> MY/OWN/LIBDIR' at `R CMD INSTALL' time, I surely made a simple blunder
> somewhere. Hopefully, I'll figure it out.)
Now using this line within `~/.Renviron':
R_LIBS=/home/pinard/etc/R
my tiny package is correctly found by R. However, R does not seem to
see any library within that directory if I rather use either of:
R_LIBS=$HOME/etc/R
R_LIBS="$HOME/etc/R"
The last writing (I mean, something similar) is suggested somewhere in
the R manuals (but I do not...
2006 Jan 18
2
Display an Image on a Plane
Hi,
I am new to R and I would like to display an image on a plane in a 3D plot,
i.e. I would like to be able to specify a theta and a phi parameters like in
the function persp to display a 2D image on an inclined plane.
Regards,
vincent
[[alternative HTML version deleted]]
2006 Jan 18
2
Display an Image on a Plane
Hi,
I am new to R and I would like to display an image on a plane in a 3D plot,
i.e. I would like to be able to specify a theta and a phi parameters like in
the function persp to display a 2D image on an inclined plane.
Regards,
vincent
[[alternative HTML version deleted]]
2006 Jan 05
2
Suggestion for big files [was: Re: A comment about R:]
...final subset.
If such a sampling facility was built right within usual R reading
routines (triggered by an extra argument, say), it could offer
a compromise for processing large files, and also sometimes accelerate
computations for big problems, even when memory is not at stake.
--
Fran??ois Pinard http://pinard.progiciels-bpi.ca
2006 Jun 04
4
xy.coords(MATRIX) bug in code or documentation (PR#8937)
...SAGES=fr_CA.UTF-8;LC_PAPER=fr_CA.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=fr_CA.UTF-8;LC_IDENTIFICATION=C
Search Path:
.GlobalEnv, package:methods, package:stats, package:utils, package:datasets, fp.etc, package:graphics, package:grDevices, Autoloads, package:base
--
Fran??ois Pinard http://pinard.progiciels-bpi.ca
2007 Aug 29
1
Excel (off-topic, sort of)
...elieve that the closest programming analogy to a spreadsheet is a functional programming language. Check out Haskell (or LISP or Erlang) to do what you describe.
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Fran?ois Pinard
Sent: Wednesday, August 29, 2007 11:36 AM
To: Alberto Monteiro
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] Excel (off-topic, sort of)
[Alberto Monteiro]
> Maybe I'll write a letter to Santa Claus [there are people
> who write to congressman; they must have more faith than me].
:-)...
2005 Apr 01
1
R mailing list archive difficulty
...st,
in hope someone will reply sooner. I see some bits of free time, this
week-end, and would like using them, if possible, at the tedious work of
getting those archives, so it sooner gets behind me, instead of ahead...
Thanks to all. Enjoy the spring! :-)
--
Fran?ois Pinard http://pinard.progiciels-bpi.ca
-------------- next part --------------
An embedded message was scrubbed...
From: =?iso-8859-1?Q?Fran=E7ois?= Pinard <pinard at iro.umontreal.ca>
Subject: R mailing list archive difficulty
Date: Tue, 29 Mar 2005 19:12:59 -0500
Size: 3154
Url: https://stat.eth...
2005 Apr 09
1
R-generated animation of a polynomiograph
...ical formulas were not polynomials
anymore, so the name is not really appropriate).
After studying R calls, expressions and functions a bit more, I gave
myself the homework of producing an animation out of my recent toy. The
resulting animation, and also the sources, are available at:
http://pinard.progiciels-bpi.ca/plaisirs/nr-anim-01.html
P.S. - My intent was studying R, much more than producing art :-). I'm
sure anyone could do nicer, playing a few hours with this!
--
Fran?ois Pinard http://pinard.progiciels-bpi.ca
2006 Jul 16
2
Matrices given to pt? [was: [R] for loops and counters]
...k/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
----- End forwarded message -----
--
Fran?ois Pinard http://pinard.progiciels-bpi.ca
2006 May 15
2
Truncated labels in hist (PR#8864)
...Y=fr_CA.UTF-8;LC_MESSAGES=fr_CA.UTF-8;LC_PAPER=C;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=C;LC_IDENTIFICATION=C
Search Path:
.GlobalEnv, package:methods, package:stats, package:graphics, package:utils, package:datasets, fp.etc, package:grDevices, Autoloads, package:base
--
Fran??ois Pinard http://pinard.progiciels-bpi.ca
2007 Aug 27
1
R 2.5.1 - Rscript through tee
...SSAGES=fr_CA.UTF-8;LC_PAPER=fr_CA.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=fr_CA.UTF-8;LC_IDENTIFICATION=C
Search Path:
.GlobalEnv, package:stats, package:utils, package:datasets, fp.etc, package:graphics, package:grDevices, package:methods, Autoloads, package:base
--
Fran?ois Pinard http://pinard.progiciels-bpi.ca
2005 Nov 20
1
mapply() gives seg fault (PR#8332)
...minor 2.0
year 2005
month 10
day 06
svn rev 35749
language R
(By the way, in the output of "R.version", should all the spurious
whitespace be kept at end of lines?)
--
Fran?ois Pinard http://pinard.progiciels-bpi.ca
--KsGdsel6WgEHnImy
Content-Type: message/rfc822
Content-Disposition: inline
From: rpeng at jhsph.edu (Roger D. Peng)
Date: Tue Oct 14 18:10:52 2003
Subject: [R] mapply() gives seg fault
In-Reply-To: <a06002007bbb1c91c2d44@[139.166.242.29]>
References: <a...
2006 May 14
1
Suggestion for system.time()
Hi, people. A tiny suggestion for the system.time function.
Could the returned vector have names? These could be like:
c("User", "System", "Elapsed", "Sub.User", "Sub.System")
That would then produce self-documenting output.
--
Fran?ois Pinard http://pinard.progiciels-bpi.ca
2006 Jan 05
1
Suggestion for big files [was: Re: A comment about R:]
...f)
> #end
> It's not the best solution,but it works.
>
>
>
> > If you use 'scan', you could specify that you do not want
> some of the
> > variables read in so it might make a more reasonably sized objects.
> >
> >
> > On 1/5/06, Fran伱仹ois Pinard <pinard at iro.umontreal.ca> wrote:
> > > [ronggui]
> > >
> > > >R's week when handling large data file. I has a data
> file : 807 vars,
> > > >118519 obs.and its CVS format. Stata can read it in in
> 2 minus,but In
> > > >my P...
2006 Jan 05
1
Suggestion for big files [was: Re: A comment about R:]
...nternals (by people other than me).
2. Some individuals (perhaps myself included) write such a package.
3. This thread fizzles out and we do nothing.
I guess I will see what, if any, discussion ensues from this point to see which of these three options seems worth pursuing.
> --
> Fran??ois Pinard http://pinard.progiciels-bpi.ca
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-
> guide.html
This email message, in...
2006 May 10
1
Mere chat on vectorisation matters
...ove" that
a vector being modified will not needed anymore in its original form,
and when the proof succeeds, the original vector gets modified without
prior copying. Chaining, despite difficult to implement, might be
a significant further step, and so, be worth a discussion.
--
Fran?ois Pinard http://pinard.progiciels-bpi.ca
2006 Feb 01
1
Difficulty with qqline in logarithmic context
...=fr_CA.UTF-8;LC_MESSAGES=fr_CA.UTF-8;LC_PAPER=C;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=C;LC_IDENTIFICATION=C
Search Path:
.GlobalEnv, package:methods, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, fp.etc, Autoloads, package:base
--
Fran??ois Pinard http://pinard.progiciels-bpi.ca
2007 Aug 16
4
Combine matrix
Hi R user,
I am new to R, and I have a very simple question for you. I have two matrix
A and B, with internally redundant rownames (but variables are different).
Some, but not all the rownames are shared among the two matrix. I want to
create a greater matrix that combines the previuos two, and has all the
possible combinations of matching rownames lines among matrix A and B.
looking for the
2006 Oct 04
2
Suitability of R for Algorithm simulations
Greetings,
Sorry for the basic question, but I am trying to find out if R is a suitable platform for what I want to do...
I am interested in creating simulations of distributed algorithms (i.e. team formation, Byzantine Generals , P2P communication modeling, mobile networks) that would be represented in GUIs. I would like to be able to instantiate an object for each node in my simulated
2007 Jul 03
1
R 2.5.1 - ?factor examples, details
...and I'm not a native
English speaker. The "and to allowing" construct sounds strange to me.
I would expect either "and to allow" or "and allowing", but maybe I'm
plainly missing the meaning of the statement.
Could this be clarified somehow?
--
Fran?ois Pinard http://pinard.progiciels-bpi.ca