search for: overlined

Displaying 11 results from an estimated 11 matches for "overlined".

Did you mean: overline
2007 Sep 17
2
How to produce a macron symbol (overline / overbar) on a plot
Can anyone tell me how to produce a macron (or overbar or overline) symbol on an R plot. I have an axis that is labeled "temp", but I need the overbar symbol over the entire word. Thanks, Dr. Jason W. Horn Research Associate Boston University Department of Biology 5 Cumington Street Boston, MA 02215 jhorn@bu.edu office: 617 353 6987 cell: 401 588 2766 [[alternative HTML
2013 Oct 21
2
Error de markdownToHTML al parsear LATEX
Hola. Intento crear un archivo .html a partir de un .Rmd que tenga Toc, LaTeX y tablas. Empleo RStudio (v. 0.97.551), pero aparece un error en la función "markdownToHTML" Pasos: 1) creo un fichero Rmd (adjunto ejemplo) => con knitr (v. 1.0.5) crea un fichero ".md" 2) Si quiero añadirle el TOC (table of contents) necesito emplear la función "markdownToHTML" del
2002 Jan 18
1
Underlined font
...way to place underlined text in a plot? Hershey vector fonts seem to have a single underscore character ("\\ul"), but no underlined font. Plotmath (ref: ?plotmath) comes very close with: R> plot(0:1,0:1, type="n") R> text(.1, .1, quote(bar(Hello))) but that's overlined, not underlined. Also: R> text(.2, .2, quote(over(Hello, phantom()))) is the right idea but leaves too much space. Thanks for any help! -- -- David Brahm (brahm at alum.mit.edu) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-h...
2013 Oct 21
0
Error de markdownToHTML al parsear LATEX
Copiando tus códigos llego a esto (adjunto) En mi caso veo bien las fórmulas excepto en el índice. Estas son mis versiones de los paquetes: R version 3.0.2 (2013-09-25) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=Spanish_Spain.1252 LC_CTYPE=Spanish_Spain.1252 [3] LC_MONETARY=Spanish_Spain.1252 LC_NUMERIC=C [5] LC_TIME=Spanish_Spain.1252 attached base packages: [1] stats
2013 Oct 22
3
Error de markdownToHTML al parsear LATEX
Hola, primero de todo muchas gracias. He probado a ejecutar el programa en una máquina virtual y efectivamente funciona. La única diferencia con mi ordenador está en locale, que me aparece esto: > sessionInfor() locale: [1] LC_CTYPE=es_ES.UTF-8 LC_NUMERIC=C [3] LC_TIME=es_ES.UTF-8 LC_COLLATE=es_ES.UTF-8 [5] LC_MONETARY=es_ES.UTF-8
2010 Jul 21
1
function of an integral
Hi All, I have a problem to create a variable that is a function of an integral of another function. The problem is the following: I have a variable called cip. I have to create another variable called bip that is a function of the former variable cip and also the cumulative distribution function of the variable cip. Consider the equation below:
1997 May 08
1
R-alpha: Equations in Plots
Paul Murrell and I are making some progress with making mathematical expressions available in graphs. The idea is to use R expressions to represent the mathematical expressions. So far we have (or will soon have): R LaTeX x^i x^i x[i] x_i alpha \alpha Alpha \Alpha hat(x) \hat{x} \widehat{x} bar(x) \bar{x} \overline{x} x+y x+y x-y x-y x/y x/y (x) (x) {x} {x} frac(x,y)
2006 Mar 14
3
rails on emacs - need a working .emacs sample
I would like to hear from some one who has ecb, multiple modes with ruby mode + html mode, rails mode all working together and playing well. I had ecb working with Ruby syntax highlighting. That was a no-brainer since I just had to apt-get them on my Debian Sarge box. It got a bit more comlex after I got most of the .el files in the articles http://www.emacswiki.org/cgi-bin/emacs/RubyOnRails
2004 Feb 03
3
Still looking for small fxo sip gateway
I've been looking around for a small external sip fxo gateway, sending emails to possible vendors, etc, and can not seem to come up with anything that fits. Suggestions anyone? (No channel bank & T1 card suggestions, please. I've also just completed an eval of the Mediatrix 1204 which does not support the requirements.) The market between two fxo pstn lines (pair of x100p's) and
2017 Oct 27
13
home on nfs
Hi, I have the home directory of a user on an nfs server and mount it on a client. When the user logs in, they end up in the root directory rather than in their actual home directory and need to cd into it. The user can read and write to their home directory, so it kinda works fine --- but only kinda. When the user starts emacs, some of the settings in ~/.emacs are not applied, but the saved
2006 Feb 05
30
Emacs rails.el
Features: * Management WEBrick - start, stop * Viewing log files * Abbrev from TextMate * Switching between View/Action http://www.emacswiki.org/cgi-bin/emacs/rails.el