similar to: small first graph of par(3,2), other 5 are correct

Displaying 20 results from an estimated 5000 matches similar to: "small first graph of par(3,2), other 5 are correct"

2003 Dec 24
1
par(mgp) - unexpected behaviour (PR#6046)
Full_Name: Nicholas Boers Version: 1.8.1 OS: Windows XP Home Edition, Debian GNU/Linux 3.0 Submission from: (NULL) (24.68.84.10) mgp[2] specifies the axis labels' margin line relative to that of the axis line (mgp[3]). The `par' help does not document this behaviour. The following code demonstrates my observation: plot.new(); par(mgp = c(3, 2, 1)); box(); title(xlab =
2003 Dec 24
1
par(mgp) - unexpected behaviour (PR#6045)
Full_Name: Nicholas Boers Version: 1.8.1 OS: Windows XP Home Edition, Debian GNU/Linux 3.0 Submission from: (NULL) (24.68.84.10) mgp[2] specifies the axis labels' margin line relative to that of the axis line (mgp[3]). The `par' help does not document this behaviour. The following code demonstrates my observation: plot.new(); par(mgp = c(3, 2, 1)); box(); title(xlab =
2000 Dec 17
1
multiframe in postscript
I was hoping that the following specification postscript(file="fig.ps",height=2,width=4) par(mar=c(5,5,2,2)+.1,mfrow=c(1,2),mex=.6) would yield the same scaling effect as postscript(file="fig.ps",height=2,width=6) par(mar=c(5,5,2,2)+.1,mfrow=c(1,3),mex=.6) but the fact is that the 'mfrow=c(1,2)' yields smaller plotting frame and bigger font size.
2002 Jun 14
1
data.frame - transform
Hi there, I have a data.frame (pwt6) which I would like to transform: country year gdp MEX 1950 2 MEX 1951 5 BOL 1950 4 BOL 1951 12 ITA 1950 45 ITA 1951 2 This should be the result: year MEX.gdp BOL.gdp ITA.gdp 1950 2 4 45 1951 5 12 2 Right now I have this code (better - no code): country.label<-names(table(pwt6$country)) result<-data.frame(year=NULL) for(i in country.label) ?
2003 Nov 24
1
Warning calling par
Hi. I have a function that works well under R 1.7.1 But under 1.8.0 and 1.8.1 I get:Warning message: calling par(new=) with no plot And it doesnt plot The function is: mplotmeth1<-function(data1,data2,alpha,nr){ psfile<-paste("Meth1_",nr[1],"-",nr[length(nr)],".ps",sep="") postscript(psfile) close.screen(all=T) par(mex=0.73,cex=0.8)
2001 Feb 23
1
vorbis & open music
hiho, i'm quite new to this list , and maybe this is a little out of topic, but i want to announce something related to vorbis. i'm the maintainer of the music_site http://www.killerfish.de and we hardly discuss to use vorbis for our releases. i attached a mail i sended to monty earlier, and he asked me to post it here. here we go. > we use ra / mp3 on our site, BUT we're about to
2010 Nov 05
1
__Legend_para_varios_gr�ficos
Hola a todos, en efecto, lo crucial es el new, he utilizado estas líneas para mi código: par(new=T, mfrow=c(1,1), mar=c(0,4,2,2), oma=c(1,1,0,1)) plot(-1,type="n",axes=F,xlab='',ylab='')
2009 Apr 03
1
Error in par(split.screens[[n]]) : parameter "i" in "mfg" is out of range
I'm working on my 'oce' package, trying split.screen() instead of par(mfrow). My code is too long to post, and I hope it's ok that I ask this question without doing so. My code seems to work fine when I source() it, but when I do "R CMD check" on my package, I get the error that I've put as the subject line, when it runs examples. If I comment out the plot()
1999 Nov 10
1
plot() bugs (PR#317)
Full_Name: Bill Simpson Version: 65.1 OS: Linux Redhat 6.1 Submission from: (NULL) (193.62.250.209) Try this: #default plot symbols and lettering are too small, need to scale up par(cex=2,mex=.7) par(mar=c(5,5,1,1)) spdiff<-c(1,2,3,4,5) dpdet<-c(1,2,3,4,5)/10 dpsp<-c(2,3,4,5,6)/10 dpdir<-c(2,4,6,8,10)/10 plot(spdiff,dpdet,pch=15,ylim=c(0,max(dpdet,dpsp,dpdir)),xlab="Speed
2011 Aug 19
1
Build a package - check error
Dear R-users I am slowly migrating my mex files (MATLAB - Fortran and C) to R. To get my own functions available on R section I have decided to learn how to build a R package. I choose a simple example with a few Fortran and R functions (wrapper). The fortran sources are located at src and the R functions at R (as recommended). The building process went ok but R CMD check did not. The error
2001 Jun 11
2
par
Dear all, I have a question about "par" options. When I choose par(pty="s",mfrow=c(2,2)), how can I change the horizontal distance between the plots???? I have tried to use some options, like "mai", "mar", "oma", "omd", so on but I didn''t get the expected result. Some suggest will be appreciated. JM.
2009 Aug 19
1
Fw: Hist & kernel density estimates
For the hist estimate >par(mex=1.3) >dens<-density(q) >options(scipen=4) > ylim<-range(dens$y) > h<-hist(q,breaks="scott",freq=FALSE,probability=TRUE, +? right=FALSE,xlim=c(9000,16000),ylim=ylim,main="Histogram of q(scott)") > lines(dens) >box() ? For the kernel estimate>options(scipen=4) > d <- density(q, bw =
2012 Oct 31
10
Gráfico von varias variables
Estimados amigos, Tengo el siguiente set de datos: caps <- datos[datos$NombreDepartamento=="LANUS", c("CAPS", "personas", "PersonasRCVG", "Con12Meses")] caps$prevalencia <- round(caps$PersonasRCVG/caps$personas*100,1) caps CAPS personas PersonasRCVG Con12Meses prevalencia 2345 2345 1347 132 211 9.8 2363
2013 Jan 09
5
vCPUs and Weight/Caps
Hello Everyone, I am hoping I can get some help with how vCPUs work with weights and caps 1. If I have a domU with 2 vCPUs and a weight of 256, does the weight double (512) or is this 256 time slice across both vCPUs. If the weight does not double, how is it beneficial to have multiple vCPUs? 2. If the domU has 2vCPUs and a cap of 100% how does this work since 100% is a mex of one physical
2010 May 31
1
Matlab Speex library
Hello, How to decode speex encoded audio in Matlab if Google doesn't find a library in Matlab that does that? Do you know one? Can anyone tell me if Matlab can use a Speex implementation in another language? Maybe binaries? Thanks Jader Dias -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 May 24
1
3.02 bug? Symlink ->foo changed to ->/rsyncd-munged/foo
On Mac OS X 10.5.2 I run rsync to keep a couple of instances of my / usr/local tree in sync. With Apple's rsync I run (e.g.): sudo /usr/bin/rsync --rsync-path=/usr/bin/rsync -E --progress -avu -- delete --dry-run --exclude=TeXLive-working-copy/ --exclude=context- update/ --exclude=.Spotlight-V100/ --exclude=.fseventsd/ \ -e "ssh -i /Users/gerben/.ssh/id_rsync -l root" \
2005 Jan 22
1
Collins Master Dictionary (closer yet)
Hey, thanks for all the help, the "Desktop"="800x600" line in the .conf file helped a lot, the elements within the window don't dissappear anymore. Thanks! :) Only one little glitch is keeping the program from being useful: The dictionary doesn't use a standard 'search' field and button as one might expect, instead, all of the entries for the selected
2006 Jan 11
1
InstallShield Setup.exe hang
Hi InstallShield(setup.exe) seems to be hang up just after extracting files with fresh maked & installed wine 0.9.5 from source on fedora core 4. Could you tell me work around or hint ? I have to put the ole32.dll from MS WinXP original into drive_c/windows/system32 ? InstallShield output are as follows. I think Setup.exe extract files(OK) and folk co-process(iKernel.exe;OK), then try to
2011 Mar 02
0
axis, title & padj
Hi, I often use par(mex = 0.5) as an easy way to shrink space used for margins. However, I recently noticed that this leads to an asymmetry in the positioning of the x vs. y axis labels and xlab / ylab -- the x-axis labels are pushed into the tic-marks, while the y-axis labels look fine. A more extreme example: dev.new() par(mex=.1, mar=c(10,10,10,10)) plot(1:10) Tracking this down in the
2009 Sep 25
1
error while plotting
I am getting the following errors when I am trying to plot the data below. I cannot figure out the error. Error in plot.window(...) : need finite 'xlim' values In addition: Warning messages: 1: In min(x) : no non-missing arguments to min; returning Inf 2: In max(x) : no non-missing arguments to max; returning -Inf 3: In min(x) : no non-missing arguments to min; returning Inf 4: In max(x) :