Displaying 20 results from an estimated 500 matches similar to: "Sweave, cm-lgc and minus signs"
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",
2011 Feb 15
2
Sweave doesn't hand on width of special characters of Computer Modern fonts to LaTeX
Hello R users,
Using R, Sweave and the cmsyase.afm font it is possible to 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",
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",
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 <-
2013 Jul 20
0
problem with minus signs when using postscript/pdf functions with ComputerModernItalic family
When I use the postscript with the ComputerModernItalic family, minus signs are not properly displayed, but are changed into capital gammas. The attached test-postscript.pdf file illustrates the problem, which I created starting with the following R code:
> postscript("test-postscript.eps", family = "ComputerModernItalic")
> plot(seq(-5,5,1),seq(-5,5,1))
> dev.off()
2009 Sep 01
1
Logistic Politomic Regression in R
Hi everyone,
I'm trying to do an Logistic Politomic Regression in R. Because I have my resposes variables and the aswer is 0 and 1 in 3 bacterial genes. Somebody know how to do this in R in a easy way?
Thank so much,
José Bustos
Facultad de Ciencias
Universidad Catolica Ssma.
Concepcion
Chile
--- El lun, 31/8/09, r-help-request@r-project.org <r-help-request@r-project..org>
2005 Feb 20
2
minus I and minus L flags
I have been RTFM/doc/www, but I'm still lost.
How does one tell R CMD INSTALL and R CMD check (both) that libraries
are installed in non-usual places and so -I/APPS/include (or whatever)
is necessary in CPPFLAGS and -L/APPS/lib (similarly) is necessary
in LDFLAGS?
I know I can hardwire them in pkg/src/Makevars, but this requires hand
editing of that file by each installer (yuck!)
rgentlem
2005 Feb 20
2
minus I and minus L flags
I have been RTFM/doc/www, but I'm still lost.
How does one tell R CMD INSTALL and R CMD check (both) that libraries
are installed in non-usual places and so -I/APPS/include (or whatever)
is necessary in CPPFLAGS and -L/APPS/lib (similarly) is necessary
in LDFLAGS?
I know I can hardwire them in pkg/src/Makevars, but this requires hand
editing of that file by each installer (yuck!)
rgentlem
2009 Feb 20
1
log-minus-log plot
Dear experts,
I would like to know how to plot the log-minus-log plot for survival
analysis (to check the proportional assumption) in R.
Using the AML example.
fit <- survfit(Surv(time, status) ~ x, data=aml)
length(fit$surv) #20
as the length of fit$surv is shorter than aml$x and aml$time. I don't
know how to plot.
Thank you.
Regards,
CH
--
CH Chan
Research Assistant - KWH
2010 Aug 24
0
Minus values in Tps
Hello there,
I am using the Tps function to fit a spline to my data which is measurements
of a sedimentary layer on an xy plane to see how the thickness of the layer
changes. I was wondering if it was possible to change the Tps code so that
no minus values are calculated by the spline as these are obviously
unfeasible.
Any help would be much appreciated,
Thanks,
Sam
--
View this message in
2013 Sep 10
0
xtable Highlight the lowest and plus minus
I am using a similar dataset to the following:
a= c("Fruits", "Adam","errorA", "steve", "errorS",
"apples", 17.1,2.22, 3.2,1.1,
"oranges", 3.1,2.55, 18.1,3.2 )
a_table=data.matrix(t(matrix(a,nrow=5)))
I would like to highlight the smallest value in the Adam and Steve columns
and, also plus and minus the errors
2003 Dec 23
0
Packet8 Minus the DTA
I know someone mentioned doing this once before however I can't find it.
Anyone remember if or how it was successful?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031223/003bf8ad/attachment.htm
2014 Jan 22
1
Meetme Show Activity in Minus
Hello All,
Asterisk: 1.8.13.0
Dahdi : 2.6.2
Kernel : 2.6.32-431.3.1.el6.i686 #1 SMP Fri Jan 3 18:53:30 UTC 2014 i686
i686 i386 GNU/Linux
OS : CentOS 6.4
When I show meetme room details using "meetme list" command it shows Minus
in activity column.
Any Idea.
>meetme list
Conf Num Parties Marked Activity Creation Locked
54682 0002 N/A
2006 Mar 20
2
Special characters: plus/minus
Hi R people!
:-)
I am printing a table of percentages (P) and their 95% confidence
interval half-widths (CI).
I would like to
(i) create a character string of P and CI that has the plus/minus
character to the left of CI, then
(ii) use write.csv to save that file with the P, CI and the special
plus/minus character.
I poured over the r-help archives and did not find advice on this. That
2004 Aug 10
1
/minus or /hyphen in PS output
Dear R devolepers!
Wouldn't you change src/main/devPS.c file (patch will follow). Problem
is with minus sign in ps output. The original code forces the name
/minus to the character number 45 (-). But /minus symbol is not defined
in standard Adobe encoding and (even worse) is not defined in most type1
fonts (where the name /hyphen is used instead), in this case you will
have an empty
2004 Aug 10
1
/minus or /hyphen in PS output
Dear R devolepers!
Wouldn't you change src/main/devPS.c file (patch will follow). Problem
is with minus sign in ps output. The original code forces the name
/minus to the character number 45 (-). But /minus symbol is not defined
in standard Adobe encoding and (even worse) is not defined in most type1
fonts (where the name /hyphen is used instead), in this case you will
have an empty
2012 May 04
2
[Sweave] string.prefix without hyphen-minus
Dear Sweave users,
Could you help me to find a way to place Sweave output files in a subdirectory of the currentfolder without giving them a subname?
If the option "prefix.string=foo/" is used, all files are placed in this folder, but begin with an hyphen-minus, which makes it difficult to work with them. If the option "prefix=FALSE" is used, then files won't be placed in
2006 Mar 20
2
Special characters: plus/minus - a method that works
Dear R-people:
François Michonneau's method to obtain the special character plus/minus works on Windows 2000 professional.
Many Thanks to François for his work!
Phil Smith
Centers for Disease Control and Prevention
Atlanta, GA
_____
From: François MICHONNEAU [mailto:francois.michonneau@gmail.com]
Sent: Monday, March 20, 2006 1:58 PM
To: r-help@stat.math.ethz.ch; Smith, Phil
2014 Feb 19
1
virtualfolders all mails minus duplicates
Hello everyone,
i'm trying to mess up a bit with virtual folders and i'm trying to
perform something like this:
i'd like to create an IMAP virtual folder which shows me all the emails
in in INBOX and subfolders but by removing "duplicates"
what i mean as duplicates? simply i can recognize duplicate emails as
the ones with the same message-id in the header (this was just an
2004 Jul 24
0
ext[23]_rename do not update [cm]time of target directory
POSIX says in
<http://www.opengroup.org/onlinepubs/009695399/functions/rename.html>:
Upon successful completion, rename() shall mark for update the st_ctime
and st_mtime fields of the parent directory of each file.
ext[23]_rename fail to update st_[cm]time of the target directory if the
target file already existed.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab at suse.de
SuSE Linux