search for: cexsize

Displaying 4 results from an estimated 4 matches for "cexsize".

Did you mean: ce_size
2010 Mar 09
0
plotlmer graphics/x-axis and legend options
...er. I would like them to be sorted in the ascending way. Here is my code: plotLMER.fnc(idtt_lmer7bis, xlabel ="", xlabs =NA, ylabel = "Reaction time (ms)", fun = NA, pred = "Condition", n = 100, , mcmcMat = NA, lockYlim = TRUE, addlines = TRUE, withList = FALSE, cexsize = 0.7, lwd=2, font=2, cex.lab=1.25, tcl=-0.5, las=2, cex.axis=0.7) 2. In the plotlmer graphic with an interaction, is it possible to remove the legend of the interacted factor? Again here is my code: plotLMER.fnc(idbase_lmer22bis, xlabel = "Competence in L2", xlabs = NA, ylabel =...
2008 Sep 18
1
PNG file don't run on mac's?
Een ingesloten tekst met niet-gespecificeerde tekenset is gescrubt ... Naam: niet beschikbaar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080918/ed87aa31/attachment.pl>
2009 Aug 19
0
font size on graphics
...'s setting <- data.frame('adname'=c(paste(graf_1,'_small'),graf_1,paste(graf_1,'_big')),'width'=c(300,400,500),'height' = c(300,400,500), 'pointsetting' = c(10,12,14),'Directory'=rep(WinDir,3), 'cex.lab'= c(0.85,0.9,1),'cexsize'= c(0.8,1,1.2), 'cex.axis'= c(0.6,0.9,1)) # loop for different graph's for(rol in 1:3){ save_at <-WinDir setwd( save_at) x11() png(filename = paste(graf_1,setting[rol,1],".png",sep=""),width = setting[rol,2], height = setting[rol,3],pointsize = setting[ro...
2009 Aug 19
0
font size on graphics question (correction in example,sorry)
...'s setting <- data.frame('adname'=c(paste(graf_1,'_small'),graf_1,paste(graf_1,'_big')),'width'=c(300,400,500),'height' = c(300,400,500), 'pointsetting' = c(10,12,14),'Directory'=rep(WinDir,3), 'cex.lab'= c(0.85,0.9,1),'cexsize'= c(0.8,1,1.2), 'cex.axis'= c(0.6,0.9,1)) # loop for different graph's for(rol in 1:3){ save_at <-WinDir setwd( save_at) x11() png(filename = paste(graf_1,setting[rol,1],".png",sep=""),width = setting[rol,2], height = setting[rol,3],pointsize = setting[ro...