search for: a4r

Displaying 13 results from an estimated 13 matches for "a4r".

Did you mean: a4
2013 Mar 21
2
How to store data frames into pdf file and csv file.
...04000 -2.105376 dummy2 -0.0007784864 0.0001437537 -5.415417 bb -0.0002856727 0.0001090387 -2.619920 cc 0.0003563825 0.0001114803 3.196820 and would like to store it to a pdf file, I use pdf(file = "a.pdf", paper = "a4r") mdl.summary dev.off() to store this mdl.summary into a pdf file a.pdf. However, I can see from the terminal that: > pdf(file = result2, paper = "a4r") > mdl.summary est.coef std.err t.stat intercept...
2011 Jun 25
3
How to export to pdf in landscape orientation?
Does anybody know how to get a pdf file with landscape orientation?. pdf(file= 'my_file.pdf' ,onefile=T,paper='A4') plot(sin, -pi, 2*pi) dev.off() Thank's in advance Juan A. Hernandez Spain [[alternative HTML version deleted]]
2008 Jul 01
3
dev.off() inside a function & other glitches
...the fact that the last plot does not get sent to the file unless I comment out dev.off() and then apply it in the console afterwards instead: plot_stuff( ...); dev.off() The device is opened like this: pdf( paste( var_string, ".pdf", sep="" ), onefile=TRUE, paper="a4r", width=9, height=6.5 ) Also, if I try to send two different xyplots after the loop only the last one ever gets written to the file, whether or not I apply the dev.off() trick above. Any thoughts on why this stuff happens and best ways to avoid it are appreciated. Other info -> R...
2008 May 06
1
ggplo2: x_discrete labels size/direction
...sically just crams them on top of each other. Is it possible to reduce the font size and/or text direction? Stretching the "windows" device window manually also helps, but I found that setting the parameters for the pdf device (where my scripts should print the data), such as paper="a4r" just results in a lot of empty space at both sides. Thanks for your help! Mikhail ==== Mikhail Spivakov, PhD Postdoctoral Fellow EMBL/EBI UK & Germany -- View this message in context: http://www.nabble.com/ggplo2%3A-x_discrete-labels-size-direction-tp17077479p17077479.html Sent from t...
2019 Nov 27
1
join samba 3.6 to ad with samba.411
...> > > > > > > > > > > > --=20 > > > Stefan Kania > > > Landweg 13 > > > 25693 St. Michaelisdonn > > > > > > > > > Signieren jeder E-Mail hilft Spam zu reduzieren und sch=C3=BCtzt Ihre = > Privatsph=C3=A4re. Ein kostenfreies Zertifikat erhalten Sie unter https:/= > /www.dgn.de/dgncert/index.html > > > > > > > > > > > > --=20 > > > To unsubscribe from this list go to the following URL and read the > > > instructions: https://lists.samba.org/...
2011 Oct 27
1
plotting large time series
...te,myFile[,1],type="l",xlab="Date") using myts = as.ts(start=myDate[1],end=myDate[length(myDate)],x=myFile[,1]) plot.ts(myts,xlab="Date") produces the same file size. for storing the PDF I use: pdf(file=paste(outpath,"myPDF.pdf",sep=''),paper="a4r"). I would be very grateful for an answer!!!!
2010 Nov 16
1
problem with PDF/postcript, cannot change paper size: "‘mode(width)’ and ‘mode(height)’ differ between new and previous"
...t me change the paper size and gives me the following warning: pdf("figure.pdf", width="6", height="10") Warning message: ?mode(width)? and ?mode(height)? differ between new and previous ==> NOT changing ?width? & ?height? If I use the option paper = "a4r", it does not give me a warning but still prints on a square region (it does not use the entire page). Two days ago I updated R and associated packages. I'm not sure if this could be the cause? Even if I restart a new session I keep getting the same error. I also tried X11.options(rese...
2019 Nov 27
2
join samba 3.6 to ad with samba.411
Hi, I had such a Problem with an old SLES 11 and Samba 3.6. I needed to enable SMB1 on the DC. Samba 4.11 disables SMB1 Boy default. Regards Andreas Von meinem iPhone gesendet > Am 27.11.2019 um 16:43 schrieb Stefan Kania via samba <samba at lists.samba.org>: > > ?when we try to join we get the following error message: > > Failed to join domain: failed to lookup DC info
2010 May 29
3
adding statistical output to a plot
I have written a function to emulate minitab's QQ plotting output (with SW test and AD test results on the graph): mtab.norm<-function(x) { library(nortest) library(lattice) x<-as.numeric(x) x<-as.vector(x) plot.ht<-4.6 plot.wd<-4.6 pt.ht=plot.ht/5 txt.sz<-(plot.ht/7.5) X11(width=plot.wd, height=plot.ht, bg='gray96') qqplot(x, pch=16, cex=pt.ht,
2007 Apr 24
0
R 2.5.0 is released
...ls() and summary(nls()) now contain more information and also print information about convergence. o options(device = ) now accepts a function object as well as the name of a function. o pdf() supports new values for 'paper' of "US" (same as "letter"), "a4r" and "USr" (the latter two meaning rotated to landscape). postscript() also accepts paper = "US". o persp() now respects the graphical pars 'cex.axis', 'cex.lab', 'font.axis' and 'font.lab'. o New faster internal functions pmax.i...
2007 Apr 24
0
R 2.5.0 is released
...ls() and summary(nls()) now contain more information and also print information about convergence. o options(device = ) now accepts a function object as well as the name of a function. o pdf() supports new values for 'paper' of "US" (same as "letter"), "a4r" and "USr" (the latter two meaning rotated to landscape). postscript() also accepts paper = "US". o persp() now respects the graphical pars 'cex.axis', 'cex.lab', 'font.axis' and 'font.lab'. o New faster internal functions pmax.i...
2007 Aug 11
0
DOE and interaction plot general question
...text/plain; charset=ISO-8859-1; format=flowed > > Dear Antje > > I cannot see that you have got any replies yet, so I will make and > attempt. However, I am sure other have more formally correct solutions. > > When you call the pdf(), you can set paper="a4" (or "a4r" for > landscape). However, the width and the height of your plot should then > not exceed the size of the paper (which is approximately 8.27*11.69 > inches for "a4"). Try (I have only tested on windows XP, R 2.5.0): > > pdf("test1.pdf", width=10, heigh=5, pa...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...XW6GX@(P;OpQzEI&I=mF<{N<BmhmM<?#QX6j3O(ZpuKa zKr;G&sk0I3%gI-D>i8cOR<pHM_9!nIIf&bBXNfq`n?`f<<H^lLB8HmA%|?PMBrWRZ zg1Nc1v at TkzEt2LxDWY5I+!CX~ytIst+3c|pm?Mhx-- at AFu1(A()(RoArc0>9QE;i^ zpe~ow>BgUI!a-cFgsx`BcdXHMtu(rbqxu^y6JJ>QZBvjT2pNsCNK=&>zuxsYW>a4r zmLez1ohX;tw)WQz?tf)#<Nn;bqg8Gup_!Qse~_o!`Xl-!G1-~Q)H<qTms`q2^xq}x zU3`Dd1)X4bFKg50e__M0r_{8R$=gUg;}va_7_MxL7 at gdxvAKBObu%JOtlo$uud?iD z{I*CFml(`e6Y(c%N)TrB&sGZx{TAx2xm*d#P4sqhSwwdUd$BRGT-wnn))b0B%o{?A zT!$(u(wI%wGNUmy8q1Bw9MM>-XiP6)ENO%~ZH2~LQQLSW%rzC7tUB?h<Rz|2b1{gu zt>?zC(CF...