Displaying 5 results from an estimated 5 matches for "chausson".
Did you mean:
casson
2004 Mar 22
1
Débutant R
Bonjour à tous,
Je débute dans l'utilisation de R, et suis à la recherche de toute piste me permettant l'introduction à ce logiciel.
J'ai pour le moment la fiche d'Emmanuel Paradis: "R pour les débutants", mais j'aimerais savoir où je peut trouver
d'autres documentations notamment pour le traitement statistique de données (Anova, modèle linéaire et
modèle
2011 Oct 25
1
Correlation Matrix in R
Hi,
I am currently working with a data set which contains a list of julian dates
of phenological (flowering, leaf growth etc.)
I obtained a correlation matrix by simply using the cor function with the
dataset cor(dataset,use="complete.obs")
that gives me a correlation matrix but the correlations are somehow
different from when I run individual correlations using the cor function and
1999 Apr 13
0
(?) Samba 2.03 on IRIX 6.2 and Share Memory PB
...ded interface ip=194.146.54.63 bcast=194.146.54.255
nmask=255.255.255.0
Session request failed (0,0) with myname=KARNET destname=PLUCHE
Unspecified error 0x0
Your server software is being unfriendly
I need help ..
--
Eric Murat Tel : +33.1.40.80.49.20 Alten pour Renault
CREICA 28 rue des Freres Chausson, 92602 Asnieres Cedex FRANCE
mailto:eric.murat-alten@ica.renault.fr
2011 Dec 16
1
main title in plot; outer=TRUE (cut off)
Hello,
I'm trying to position a plot title "1 a)" in the top left corner of a
graph; i've set outer=TRUE for it to be in the outer margin unfortunately
this is cut off. Is there a way either to make it so that it is not cut off
or increase the number of margins and then place it in margin below the
outer?
Heres what I have so far
windows(width=7,height=7)
2011 Dec 06
2
axis thickness in plot()
Hello,
I am trying to increase the thickness of the axis in plot() without
reverting to the use of paint programs
i see posts on that topic for the xyplot function but want to see if i can
do it with plot() because i've already setup my graph script using that
i thought i could use axis() function and specify lwd="thickness" or
lwd.axis= but that does not work like it does for