search for: lgc

Displaying 20 results from an estimated 143 matches for "lgc".

Did you mean: lec
2010 Sep 11
2
Latex fonts in R graphics
Hello, R users. I am trying to embed Computer modern fonts to an R plot and I get the following error. CM <- Type1Font("CM", + c(paste("cm-lgc/fonts/afm/public/cm-lgc/", + c("fcmr8a.afm", "fcmb8a.afm", "fcmri8a.afm", "fcmbi8a.afm"), sep=""), + "./cmsyase.afm")) > pdf("cm.pdf", width=3, height=3, family="CM") > plot(1:length(y), y, xlab="ss&qu...
2009 Aug 30
3
Computer Modern Fonts in R graphic
Hello all, I am trying to use computer modern fonts in my r grahics. I tried to do, as described here: http://www.stat.auckland.ac.nz/~paul/R/CM/CMR.html but unfortunately, it does not work. First of all I downloaded the cm-lgc package and the AFM and PFB-files from the page and put them in my R working directory, so far, so good. Then I tried to run the following code: > sn <- seq(1,7,length=100) > sm <- seq(0,4,length=100) > f <- function(x,y) {5.64080973 + 0.12271038*x - 0.27725481 * y + 0.29281216...
2009 Nov 17
3
CM Fonts in PDF output
Hi! On Linux I try to produce pdf graphs with computer modern fonts so that they look nice in LaTeX documents. I run for example: ------ CM <- Type1Font( "CM", c("/usr/share/texmf-texlive/fonts/afm/public/cm-lgc/fcmr8a.afm", "/usr/share/texmf-texlive/fonts/afm/public/cm-lgc/fcmb8a.afm", "/usr/share/texmf-texlive/fonts/afm/public/cm-lgc/fcmri8a.afm", "/usr/share/texmf-texlive/fonts/afm/public/cm-lgc/fcmbi8a.afm", "./cmsyase.afm" ) ) pdfFonts(CM=CM) pdf( "te...
2009 Aug 04
1
Sweave, cm-lgc and minus signs
...sentially, what I need from this page are the following 4 files for creating my final pdf: http://www.stat.auckland.ac.nz/~paul/R/CM/cmTutorial.Rnw This example needs the according Tex-package and the files for the symbol faces found at: http://www.ctan.org/tex-archive/help/Catalogue/entries/cm-lgc.html http://www.stat.auckland.ac.nz/~paul/R/CM/cmsyase.afm http://www.stat.auckland.ac.nz/~paul/R/CM/cmsyase.pfb ### Creating the tex-file with R CMD Sweave cmTutorial.Rnw (if the 'lattice' package is not loaded immediately then type a library(lattice) in front of the 'print(<&lt...
2009 Dec 08
2
[LLVMdev] How to run vmjc created .bc files?
...ks a lot for the help! I am getting some errors though: I am on a 32 bit chroot on a x86_64 system. Thus llc guesses the wrong architecture from the module bitcode and spits out x86_64 assembly. I fixed this by adding "-march=x86" to the llc options in llcj. gcc doesn't know what -lgc is. I'm guessing it is the garbage collection library. How can I get it or point gcc to the right library? llcj -mem2reg MemberVar.class /usr/bin/ld: cannot find -lgc collect2: ld returned 1 exit status If I have class files that depends on other class files, will llcj be able to find those...
2004 Nov 25
0
help with error message - problem solved
Apologies to the listing, the problem was with the data set and not the code Thanks Michael Griffiths, Ph.D. Chemometrician Training, Quality and Statistics Group LGC Limited Queens Road Teddington Middlesex, TW11 0LY, UK Tel: +44 (0)20 8943 7352 Fax: +44 (0)20 8943 2767 e-mail: michael.griffiths at lgc.co.uk >>> "Michael Griffiths" <Michael.Griffiths at lgc.co.uk> 25/11/2004 11:20:56 >>> Before I receive a barrage of 'try...
2009 Apr 28
8
duplicate 'row.names' are not allowed
Hi everyone,   I have got the following problem:   x1 <- rnorm(10,5,1) x2 <- runif(10,0,1) nam1 <- paste("A",1:4,sep=".") nam2 <- paste("A",6:9,sep=".") nam <- c(nam1,"A.4",nam2,"A.9") mydata <- data.frame(x1,x2) rownames(mydata) <- nam Error in `row.names<-.data.frame`(`*tmp*`, value = c("A.1",
2009 Dec 09
2
[LLVMdev] How to run vmjc created .bc files?
...bit chroot on a x86_64 system. Thus llc guesses the > wrong architecture from the module bitcode and spits out x86_64 > assembly. I fixed this by adding "-march=x86" to the llc options > in llcj. > > > OK. > > > > gcc doesn't know what -lgc is. I'm guessing it is the garbage > collection library. How can I get it or point gcc to the right > library? > > > -lgc is for the boehmgc in case you configured vmkit to use it. Since > you don't need it (vmkit uses its own gc by default), you should > chan...
2009 Dec 08
0
[LLVMdev] How to run vmjc created .bc files?
...me errors though: > > I am on a 32 bit chroot on a x86_64 system. Thus llc guesses the wrong > architecture from the module bitcode and spits out x86_64 assembly. I fixed > this by adding "-march=x86" to the llc options in llcj. > OK. > > gcc doesn't know what -lgc is. I'm guessing it is the garbage collection > library. How can I get it or point gcc to the right library? > -lgc is for the boehmgc in case you configured vmkit to use it. Since you don't need it (vmkit uses its own gc by default), you should change the tools/llcj/llcj.cpp file, r...
2004 Oct 29
4
Installation problems with R.classes bundle
...ition: Warning message: package R.oo was built under R version 2.0.0 Error in library(R.oo) : .First.lib failed > Does anyone have any clues as to what I have done wrong? Thankyou for your help. Mike Griffiths Michael Griffiths, Ph.D. Chemometrician Training, Quality and Statistics Group LGC Limited Queens Road Teddington Middlesex, TW11 0LY, UK Tel: +44 (0)20 8943 7352 Fax: +44 (0)20 8943 2767 e-mail: michael.griffiths at lgc.co.uk ******************************************************************* This email and any attachments are confidential. Any use, co...{{dropped}}
2008 Aug 10
2
ANOVA help
Hi, I'm doing anova on a matrix of multivariate data where I want to assess the effect of each column (element). My matrix is 86 rows x 31 columns. I've created a grouping factor of length 86 containing group assignments of 6 types. Then I run: x<- aov(matrix~grouping.factor) summary(aov.fit.raw, test="Wilks") This is working fine enough, but I'm getting different
2008 Aug 08
8
RPro
I recently came across a flyer from REvolution Computing, and I wanted to ask if this is R going private? Tony. [[alternative HTML version deleted]]
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...do.c | 661 +-- com32/lua/src/ldo.h | 33 +- com32/lua/src/ldump.c | 43 +- com32/lua/src/lfs.c | 294 ++ com32/lua/src/lfunc.c | 81 +- com32/lua/src/lfunc.h | 7 +- com32/lua/src/lgc.c | 1410 ++++-- com32/lua/src/lgc.h | 159 +- com32/lua/src/linit.c | 57 +- com32/lua/src/liolib.c | 548 ++- com32/lua/src/llex.c | 366 +- com32/lua/src/llex.h | 27 +- com32/lua/sr...
2011 Feb 15
2
Sweave doesn't hand on width of special characters of Computer Modern fonts to LaTeX
...write LaTeX documents including R figures with text in the Computer Modern Fonts: \documentclass{article} \usepackage{Sweave} \begin{document} <<echo = false, results = hide>>= CM <- Type1Font("CM", c(file.path("C:/texlive/2009/texmf-dist/fonts/afm/public/cm-lgc", c("fcmr8a.afm", "fcmb8a.afm", "fcmri8a.afm", "fcmbi8a.afm")), "./cmsyase.afm")) pdfFonts(CM = CM) postscriptFonts(CM = CM) pdf.options(family = "CM", pointsize = 11) ps.options(family = "CM", pointsize = 11...
2010 May 07
3
Find the three best values in every row
Hello, i have a dataframe with the GDP for different Country (in the columns) and Years (in the rows). Now i want for every year the best three values, if possible with name of the countries (columnnames). For the best it's no problem but for the other two values. Thanks, Alfred
2004 Dec 02
0
Final comment from a newbie_and another
...ewhere and lets face it, with a deadline looming and what appears to be an insurmaountable question wouldn't anyone ask for help? Signing off now.......maybe in a hour just to see some responses to these postings Michael Griffiths, Ph.D. Chemometrician Training, Quality and Statistics Group LGC Limited Queens Road Teddington Middlesex, TW11 0LY, UK Tel: +44 (0)20 8943 7352 Fax: +44 (0)20 8943 2767 e-mail: michael.griffiths at lgc.co.uk >>> Ron??n Conroy <rconroy at rcsi.ie> 02/12/2004 09:10:05 >>> As a person new to R, I joined the list. I am a long-term member of...
2008 Jan 29
1
Fortunes - was Re: [OT] vernacular names for circular diagrams
I did not write that. On Jan 29, 2008 9:05 AM, S Ellison <S.Ellison at lgc.co.uk> wrote: > >>> "Gabor Grothendieck" <ggrothendieck at gmail.com> 29/01/2008 12:35:27 > >>> > > As is common in human affairs, even > > the illusion of understanding is preferred to a lofty digression > upon > > why the audience do...
2004 Nov 25
0
help with error message
...="Cholesterol") for example # # # # # Please ignore the commented out lines, these were put in for my own use. The code gave the same error message with them removed. Thankyou for your help Mike Griffiths Michael Griffiths, Ph.D. Chemometrician Training, Quality and Statistics Group LGC Limited Queens Road Teddington Middlesex, TW11 0LY, UK Tel: +44 (0)20 8943 7352 Fax: +44 (0)20 8943 2767 e-mail: michael.griffiths at lgc.co.uk ******************************************************************* This email and any attachments are confidential. Any use, co...{{dropped}}
2002 Aug 16
0
Use ms control panel in wine (Even witout windows)!!
...do this in a real win installation, you don't need anything you don't already have, to do this in a fake win installation, you need: rundll32.exe; rundll.exe (Copy in c:windows directory) All the cpl files (Copy in c:/windows/system) shell32.dll;shell.dll (Copy in c:/windows/system) rundll.lgc; rundll32.lgc (Copy in c:/windows/AppLog) The application in the control panel are cpl files, to run them you must enter your (Real or fake) windows dir, and type wine rundll.exe shell32.dll,Control_RunDLL cplname.cpl (Thanks to 98lite.net for this syntax) With a bit ok luck, the application wil...
2005 Oct 25
2
Dragging to a textfield?
Hi All, I''m trying to drag a copy of a string from a list into a text field so that the original string stays in the list. I''m able to drag the item and set the value of the text field onDrop. But the original text leaves the list & with revert set to true it flies back to it''s original position in the list. We''re trying to avoid the flying text. What