Displaying 20 results from an estimated 300 matches similar to: "Embedding Fonts in eps Files - Required by Publisher"
2006 Oct 10
3
eps embedded fonts again
Dear friends,
I am sorry, I again rise that boring question about font embedding in
EPS figure.
I found some discussions on this topic but there were no strait solution.
The publisher (AIP) demands submission of separate EPS file
for each figure with all fonts embedded in it (even the standard
14 Adobe fonts).
As I understand the R does not do this embedding. It inserts only
comments what font
2008 May 18
3
R 2.70 + ps2pdf14
dear R graphics experts---if anyone is running the combination of R
2.7.0 and ghostscript (2.62), could you please run the following and
let me know if you get the same strange symbol size that I do, or if
there is something weird on my system? regards, /ivo
pdf(file = "testhere.PDF", version="1.4", pointsize=14);
plot(0, xlim=c(0,26), ylim=c(-1,4.5), type="n"
2000 Apr 24
2
paste ?
Dear friends. I've made a very simple procedure to make Bland-Altman plots
and it works OK except for the inability to take a variate as argument in
annotation. I'm sure it is a very simple error, so if you have 5 seconds
please tell me.
Best wishes
Troels
bland <- function (x) #accepts two columns
{
mn <- 0.5*(x[,1]+x[,2])
diff <- x[,1]-x[,2]
2011 Sep 14
0
pdf font example
Dear R Users---
[Because I struggled with this for a while, I decided to post it into
r-help for the benefit of others, where google search will pick it up.
thanks to everyone who made these facilities available.]
The task is to use your own opentype otf fonts in an R-created pdf
file using the pdf device (not with the [excellent] CairoPDF device,
if only because it does not have colorspace
2000 Apr 25
2
[R) Bland Altman plot (was: paste ?)
> De : Bill Venables <venables at acland.qld.cmis.csiro.au>
> Objet : Re: [R] paste ?
> Date?: mardi 25 avril 2000 08:45
>
(...)
> Secondly, I'm curious about the history of this kind of plot.
> I've only heard it called a "Tukey mean difference" plot, (and
> Trellis graphics has a function, tmd(), that does it, but no one
> knows about it...).
2011 May 31
2
the tag Obsoletes: in spec files
How exactly to use the tag "Obsoletes:" in a spec file ?
I need to offer texlive to users on Centos-5.6, so I packaged it (based
on a Mandriva src.rpm), and that works.
But I want rpm to *replace* tetex by texlive, instead of just adding
texlive, when users do a :
$ yum install texlive
(we have a local repo here).
So I added this line in texlive.spec :
Obsoletes: tetex
and of
2005 Mar 02
3
orientation of eps files
hello,
i have a problem with the orientation of eps files produced with the postscript() command. i have generated some eps files with R using:
postscript(file = filename, horizontal = FALSE, paper = "special", onefile = F
ALSE, height = height, width = width, pointsize = pointsize)
now, when i include these eps files into a standard paper document (ie. a4 paper, portrait orientation)
2013 Feb 24
0
BA.plot with logarithmic axes (MethComp)
Dear R-helpers,
I am trying to plot a Bland-Altman-Plot using the BA.plot function from the
package MethComp. While there is a function to transform the values for
analysis as shown in the snippet below, I would like to have logarithmic axes
for display as well. The usual log = 'xy' does not work because of the
properties of the y-asxis (positive and negative values). I am sure that
2009 Jan 19
1
R bug or ghostscript bug or my bug?
Dear R developers:
The following R program produces a pdf file that does not survive
ghostscript distillation correctly. The undistilled version is at
http://welch.econ.brown.edu/temp/try.PDF while the distilled version
is at http://welch.econ.brown.edu/temp/try.pdf . When previewed, the
points are wrong in the distilled .pdf version, but only in one of the
two points invokations (huh?) . The
2013 Jul 18
1
Bland Altman summary stats for all column combinations
Hello,
I have the following data.frame
structure(list(Study = structure(c(1L, 2L, 3L, 4L, 5L, 6L, 7L,
8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 1L,
2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L,
16L, 17L, 18L, 19L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L,
11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 1L, 2L, 3L, 4L,
5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L,
2012 May 10
1
Disabling stock firewall and SELinux for ISPConfig
I have been reading a tutorial on configuring and securing a CentOS 6.2 machine:
http://www.howtoforge.com/perfect-server-centos-6.2-x86_64-with-apache2-ispconfig-3-p3
This tutorial bases the configuration on an application called
ISPConfig. I am not sure that I like the idea of disabling the stock
firewall and SELinux as the tutorial suggests, even with all the
troubles that SELinux has given me
2007 Jan 13
2
Dual Heads?
I decided to blow out the FC2 installation I inherited on my workstation
when I started here and installed CentOS-4.4-i386. Server side stuff I
pretty
much have down cold, but getting two heads on two seperate video cards
doesn't seem to work for me. I'm using the built in Intel 865/810 card as
primary, and an ATI Radeon 9200 PCI card as secondary.
Initially, my system bios on this
2007 Jun 30
1
"R CMD INSTALL in R 2.5.1 (2007-06-27)"
Hello,
I'm moving from R 2.2.1 (Winows XP) to R 2.5.1 and have problems with
installing "myfuncs", which worked OK in 2.2.1
R CMD INSTALL myfuns
# gives
installing to ''
---------- Making package myfuncs ------------
adding build stamp to DESCRIPTION
installing R files
installing man source files
installing indices
installing help
>>>
1998 Apr 25
1
R-beta: postscript in R and R
I am creating postscript-graphics in R. When I import them into
a LATEX document it is impossible to get the caption close
to the figure. I run the same program in Splus, and no problem
of getting the caption just below the figure. Another thing,
the ps file that S created is only 10% of the size of the file
that R created. What is wrong? Are there some parameters to
be set?
Helgi
2016 Jun 28
0
Air Media
tisdag 28 juni 2016 kl. 13:40:30 CEST skrev Ove Airmedia:
> Hej Kjell,
Hej Ove
> Jag hade tappat bort dig bland dokumenten.
> Vill du fortfarande ha produkterna du best?llt?
>
Jo det vill jag. De beh?vs till min Multiplex Heron.
Har pengarna kommit in p? ditt konto?
Jag var inte s?ker s? jag kollade med min bank, s? de
skulle se om det kommit r?tt.
N?r kommer den nya s?ndaren ut
2013 Jan 08
0
Tag flac as flac 1.2.1_git
Hi,
On 07.01.2013, at 01:46, Jaren Stangret wrote:
> I know Erik is busy with maintenance and wants to get a release out soon. In the meantime, is it appropriate to tag HEAD as 1.2.1_git and include this in the CLI tools (flac, metaflac, etc)?
>
> This would make it easier to allow programs in development to test against git flac and older flac versions. For example, sample rates
2013 Mar 05
0
Agreement and Consistency of 2D data
Hi,
I have two different imaging modalities (for the identification of areas of
infarcted myocardium) that I need to compare regarding agreement and
consistency.
However, I don't think that methods like Cohen's Kappa, PCC, Bland-Altmann
or ICC are sufficient here as there is not just a pairwise but also a
spatial relationship between measured data points. For example if the
results of the
2011 Jan 18
2
ggplot2, geom_hline and facet_grid
Hi
I have a long data set on which I want to do Bland-Altman style plots for each rhythm type
Using ggplot2, when I use geom_hline with facet_grid I get an extra set of empty panels.
I can't get it to do it with the "Diamonds" data supplied with the package so here is a (much abbreviated) example:
> lvexs
cvd_basestudy ecd_rhythm fixed_time variable_time
1 CBP05J02
2006 Feb 08
3
RJS templates before, during and after
RJS templates are nifty. They let you put all sorts of fun effects all
over your bland html pages without too much work.
The link_to_remote function also lets you run scripts before, during,
and after an AJAX call is run by using callbacks.
There does not seem to be an equivalent method for running an RJS
template before or during an action. Rendering it at the end is no problem.
One
2013 Jan 08
2
Tag flac as flac 1.2.1_git
I agree on everything you said. I did not intend or expect to have
pre-release flac bundled with software, but can understand the dismay at my
earlier request.
If people think there should be a snapshot version for testing, I'm all for
it, especially now that the build system has undergone some changes. I
found that for some source distros, the removal of autogen.sh's prior
features and