How to convert a .doc file into a .tex file with writer2latex ?
Je vous propose un tutoriel pour transformer vos fichier OpenDocument .doc (OpenOffice, Word..) en fichier Latex (.tex). Il vous faudra:...
Ouvrir deux fenêtres différentes simultanément avec Excel 2007
Pour ouvrir deux documents dans deux sessions Excel (2007) différentes pour ainsi mettre un document sur chaque écran, il faut: Modifier...
How to convert TexFile .Tex into OpenDocument .Doc ?
Je propose ici un tuto avec un exemple très simple. Il faut au préalable télécharger LibreOffice (ou Apache OpenOffice) et l’exécutable...
How to make a Barplot with Tess data and R
# Original Script by Benoit Simon-Bouhet (see http://sciences.univ-larochelle.fr/benoit-simon-bouhet ; contact: bsimonbo@univ-lr.fr) #...
How to create genetic assignment barplot with Structure data and R
######################################### ### Créer des BarPlots Type Structure ### ######################################### ## Original...
Concatener many files in one file with R
# With this only command: system("cat admi* > LnPD.txt") # Here, on your working directory, you have many files which start with "admi"...
How to merge 2 files with R
dat <- read.table("PLMLMeditGenepop.txt") head(dat) dat2 <- read.table("CoordMedit.txt") head(dat2) # Fusion des tables dfr2 <-...