search for: mkh

Displaying 20 results from an estimated 25 matches for "mkh".

Did you mean: mka
1999 Jul 15
0
pch and mkh bug PR#225
...s server did. I am using this as an authority to report some of the following as being bugs. (1) First the boxes drawn using `points()' via the following example Y <- c(13.75, 10.50, 7.25, 4.0) X <- c(1, 2, 3, 4) plot(X,Y, xlim=c(0,5),ylim=c(0,15),type="n") points(X,Y,pch=0,mkh=0.02) points(X,Y,pch=0,mkh=1.0) points(X,Y-1,pch=0,cex=4.0) points(X,Y-1,pch=0,cex=0.02) are of a size that indicated that the mkh value is being ignored (the upper set of boxes). This can be fixed by using cex (the lower set of boxes). However, the S manual states that `mkh' gives the heigh...
2013 Sep 18
2
[LLVMdev] Error on completing ToyThread::execute() in ToyVM (vmkit project)
...code has the following compilation error: ../lib/ToyRoot.h:41:33: error: no member named 'getVirtualTable' in 'Toy::Picture' res = gc::operator new(sz, o.getVirtualTable()); ~ ^ Is it correct? Best regards, Mkh
2013 Sep 18
0
[LLVMdev] Error on completing ToyThread::execute() in ToyVM (vmkit project)
...achine class. Thus you can still keep your object identity as virtual tables, but now the getVirtualTable is a static method provided by the VirtualTable class. -- Harris Bakiras -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of mkh Sent: mercredi 18 septembre 2013 13:44 To: LLVMdev Subject: [LLVMdev] Error on completing ToyThread::execute() in ToyVM (vmkit project) -- Hi all, My code is: TOY_VAR(Picture*, aPic); aPic = Picture::doNew(-2, 1, -1, 1, 1900, 1200); This code has the following compilation error: ../...
1999 Dec 01
1
Plot Character Sizes in rw-0.90.0
...hts. On the Windows 95 installation, the symbols come out just a little smaller than the height of the axis labels. Unless someone has an immediate explanation, maybe I need to send a bug report from my home machine? A further point is that, contrary to the documentation of par(), the setting of mkh seems to have no effect on the height of symbols plotted with pch, e. g. plot(1:4,1:4,pch=1,mkh=0.2) John Maindonald email : john.maindonald at anu.edu.au Statistical Consulting Unit, phone : (6249)3998 c/o CMA, SMS, fax : (6249)5549 John Dedman...
1999 Dec 01
1
Plot Character Sizes in rw-0.90.0
...hts. On the Windows 95 installation, the symbols come out just a little smaller than the height of the axis labels. Unless someone has an immediate explanation, maybe I need to send a bug report from my home machine? A further point is that, contrary to the documentation of par(), the setting of mkh seems to have no effect on the height of symbols plotted with pch, e. g. plot(1:4,1:4,pch=1,mkh=0.2) John Maindonald email : john.maindonald at anu.edu.au Statistical Consulting Unit, phone : (6249)3998 c/o CMA, SMS, fax : (6249)5549 John Dedman...
1999 Dec 03
1
R-help Digest V1 #34
...0 RE: [R] R and XML -- a near perfect combination? Re: [R] R and XML -- a near perfect combination? Re: [R] Plot Character Sizes in rw-0.90.0 Re: [R] R and XML -- a near perfect combination? [R] Meaning? Re: [R] Installing R on Slackware Linux Re: [R] Meaning? Re: [R] graphics par(mkh) {was [R] Plot Character Sizes in rw-0.90.0} Re: [R] graphics [R] Large plot symbols (with pch = 1 etc) Re: [R] graphics Re: [R] graphics Re: [R] Large plot symbols (with pch = 1 etc) Re: [R] Installing R on Slackware Linux Re: [R] graphics RE: [R] Meaning? Re: par(mkh) {was [R] P...
2000 May 01
1
tick marks on mfrow=c(3,3) plot
...; ss[,"prev"]==prv,"x_Power"], type = "n", xlab="4Nc", ylab="Power",xlim=c(0,55), ylim=c(0,1),las=1) lines(c(5,20,50),ss[ss[,"gam"]==gamma & ss[,"prev"]==prv,"x_Power"], type ="b",lty=2, pch=15,mkh=0.11) ....plus some other lines commands.... } Any suggestions??? Thanks in advance. Tony Tony Long Ecology and Evolutionary Biology Steinhaus Hall University of California at Irvine Irvine, CA 92697-2525 Tel: (949) 824-2562 (office) Tel: (949) 824-5994 (lab) Fax: (949) 824-2181 email:...
2002 Jun 08
3
contour plot for non-linear models
..., type = "n") > lev <- c(1,2,5,7,10,15,20) > contour(b1, b2, fstat, levels= lev, labex = 0.75, lty=2, add=T) > contour(b1, b2, fstat, levels= qf(0.95, 2,21), add=T, labex = 0) > text(31.6, 0.3, labels = "95% CR", adj= 0, cex= 0.75) > points(bc[1], bc[2], pch=3, mkh=0.1) > par(pty = "m") Josep Perarnau i Codina, josep.perarnau at upc.es Universitat Polit?cnica de Catalunya Facultat de Matem?tiques i Estad?stica LIOS - Laboratori d'Investigaci? Operativa i Simulaci? Pau Gargallo 5 08028 Barcelona Tel: +34 93 4016947...
2013 Jul 21
1
[LLVMdev] error on compiling toy-vm
...b/libInlineMMTk.a' make[2]: *** [../../Release/bin/toyVM] Error 1 make[2]: Leaving directory `/home/user/vmkit/www/tuto/toy-vm2/tools/toyVM' make[1]: *** [all-subs] Error 2 make[1]: Leaving directory `/home/user/vmkit/www/tuto/toy-vm2/tools' make: *** [all-subs] Error 2 Best regards, Mkh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130721/c777e560/attachment.html>
2013 Jun 07
1
[LLVMdev] Error on compiling VMkit
...strap() + 626 7 vmjc 0x0000000000572fc0 mainCompilerStart(j3::JavaThread*) + 1376 8 vmjc 0x00000000005fffd0 vmkit::Thread::internalThreadStart(vmkit::Thread*) + 528 9 libpthread.so.0 0x00007f922c325b50 10 libc.so.6 0x00007f922b4b5a7d clone + 109 Aborted Best regards, Mkh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130607/526b0129/attachment.html>
2013 Jul 31
1
[LLVMdev] error on compiling vmkit
...vmkit::Thread*) + 680 9 libpthread.so.0 0x00002b8a5b476b50 10 libc.so.6 0x00002b8a5c313a7d clone + 109 Aborted java -version: java version "1.6.0_27" OpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-1) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) Best regards, Mkh
2013 Sep 02
0
[LLVMdev] Error on running ToyVM
...(vmkit::Thread*); void (*mainStartPtr)(vmkit::Thread*); mainStartPtr = (vmkitThreadfptr)(&mainStart); startRes = tt->start(mainStartPtr); } by tracing, the error occurs in the following line of LockNormal::lock() method pthread_mutex_lock((pthread_mutex_t*)&internalLock); Best regards, Mkh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130902/96c2d181/attachment.html>
2013 Sep 05
0
[LLVMdev] Error on running ToyVM (included in vmkit)
...mkit::Thread*); void (*mainStartPtr)(vmkit::Thread*); mainStartPtr = (vmkitThreadfptr)(&mainStart); startRes = tt->start(mainStartPtr); } by tracing, the error occurs in the following line of LockNormal::lock() method pthread_mutex_lock((pthread_mutex_t*)&internalLock); Best regards, Mkh
1997 Jun 11
1
R-alpha: write() && quoting && ...
Has anyone had some time to look at the generic write() I posted some time ago? I'd appreciate some feedback/comments/suggestions on how to consistently deal with quoting and name-type attributes ... On a related matter, Martin indicated that it would be nice to have a "matrix" class, etc. Is there any reason for not doing so? Should not do any harm, and would make writing
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
2004 Nov 19
0
Legend
...f near-bottom salinities for 4X summer surveys.\nNumbers in strip panels indicate strata locations. Closed circles represent one\nsampled station." randy <- xyplot(xsal~xyr | xstrat,type="p",ylab="Salinity (psu)",xlab="Year",background="white", pch=16,mkh=.03, as.table=T, strip = function(...) strip.default(..., style = 1)) format.figure(randy,caption) dev.off() [[alternative HTML version deleted]]
2007 Mar 31
0
X11 and linux and plotting and the vertical axis
...7 $las [1] 0 $lend [1] "round" $lheight [1] 1 $ljoin [1] "round" $lmitre [1] 10 $lty [1] "solid" $lwd [1] 1 $mai [1] 1.000015 0.803934 0.803934 0.411771 $mar [1] 5.1 4.1 4.1 2.1 $mex [1] 1 $mfcol [1] 1 1 $mfg [1] 1 1 1 1 $mfrow [1] 1 1 $mgp [1] 3 1 0 $mkh [1] 0.001 $new [1] FALSE $oma [1] 0 0 0 0 $omd [1] 0 1 0 1 $omi [1] 0 0 0 0 $pch [1] 1 $pin [1] 5.774022 5.185778 $plt [1] 0.1150165 0.9410891 0.1430693 0.8849835 $ps [1] 12 $pty [1] "m" $smo [1] 1 $srt [1] 0 $tck [1] NA $tcl [1] -0.5 $usr [1] 0 1 0 1 $xaxp [1] 0 1 5 $xaxs...
1998 Mar 15
5
R-beta: R with gnuwin32
I have been using R under Linux for more than a year and I think that it is great. Last week, I downloaded the binary Ms Windows version. I wanted to test it for my students. Our labs are under Bill Gates. I am not happy but I can do nothing. R worked. But, I could not use the dyn.load command with some dll built with one of the ports of gcc for windows 95/nt (I used the ecgs-mingw32 ports
1998 Mar 15
5
R-beta: R with gnuwin32
I have been using R under Linux for more than a year and I think that it is great. Last week, I downloaded the binary Ms Windows version. I wanted to test it for my students. Our labs are under Bill Gates. I am not happy but I can do nothing. R worked. But, I could not use the dyn.load command with some dll built with one of the ports of gcc for windows 95/nt (I used the ecgs-mingw32 ports
1999 Oct 07
1
Bug list summary (automatic post)
...lot(y~x,pch=z) may subset x and y but leave z. --E.g. with missing values you can get incorrect plot symbols. * PR# 202 * Subject: persp box occlusion bug From: wsi@gcal.ac.uk Date: Wed, 2 Jun 1999 15:02:03 +0200 (MET DST) --Don't think I (pd) got the point there... * PR# 225 * Subject: pch and mkh bug From: Stephen Harker <sjh@ph.adfa.edu.au> Date: Wed, 14 Jul 1999 13:10:31 +1000 (EST) --(1) is an S incompatibility, but the S rules may not be a good model --(2) is a bug, fixed for 0.65.0 --(3) has gone away in 0.65.0 * PR# 229 * Subject: dev.print scaling bug? From: John.Peters@tip.csi...