Displaying 3 results from an estimated 3 matches for "fichestd".
2006 Apr 19
2
par(tmag) question
Dear list,
I'm trying to understand the graphical parameters by a systematic exploration
of the par() function (if you are interested by the result it's here
http://pbil.univ-lyon1.fr/R/fichestd/tdr75.pdf, the comments are all in
french but it's pure R code under Sweave).
I have a problem with par(tmag) illustrated by the following code:
###################################################
par(mfrow = c(2, 2))
for(tmag in seq(from = 0.5, to = 2, length = 4)){
par(tmag = tmag)
pl...
2006 Jun 01
1
problem when calling help.search() a second time
Dear list,
I would like to make a Sweave document that, for a given package,
automatically inserts the graphical outputs obtained when runing
the example code of high level plot functions. That is, for the
"graphics" base package, something like this:
http://pbil.univ-lyon1.fr/R/fichestd/tdr79.pdf
For this, I need the list of high level plot functions of a
given package. I have encountered a problem when calling twice the
help.search() function which is illustrated bellow:
[rufus:~] lobry% R --vanilla --quiet
> sessionInfo()
Version 2.3.0 (2006-04-24)
powerpc-apple-darwin8.6....
2007 Apr 22
1
exemple pour l'AFD
Bonjours monsieurs
Je suis un ?tudient en 4eme ann?e informatique a l?universite djilali liabes
SBA ALGERIE.
Je suis entrain de pr?parer un expos? sur l?AFD et j?ai besoin d?un exemple
sous R pour bien pr?senter mon travail.