Displaying 20 results from an estimated 10000 matches similar to: "FW: Letter Spacing"
2004 Jan 09
2
Letter Spacing
Hi All,
I've been trying to make some adjustments to the graphics in a paper I wrote some time ago, for which the comments have been
returned from the reviewers.
I always use R for publication graphics...I think it does the best job available, for the things I am interested in.
I could not get my graphics in R 181 to look the same as the old ones (completed 8 months ago),
the text seemed
2002 Nov 14
1
Redirecting Output to Clipboard
Hi R Gurus,
I have a question that some of you may have dealt with before.
I would redirect output to the clipboard, rather than to the screen.
Is this possible? Is a function already written for it, or is it just
an option in print?
Any help would be appreciated.
Also, thanks to all those who have helped develop this great software,
or who make
the effort here to support the user-base.
2000 Jul 17
3
Fonts and Line widths
Hi All R guru's,
A couple of simple questions which I cannot find answers to in "an
introduction to R" or in the reference manuals.
I am running R on Win95, and have plotted up quite a nice box and
whisker plot:
char<-read.table("n:/reddinm/grifpr~1/survey/char.txt")
attach(char)
boxplot(Al,Fe,OC,pH, range=0,xaxis=FALSE,
ylab="Proportion of Unirigated
2001 Jan 11
2
Bootstrapping
HI All,
I am trying to analyse the results of a heap of samples, to determine how
many samples are required to meet a defined confidence interval.
I checked out the R manual for bootstrapping and re-sampling methods, but
did not find anything. Are there any contributed procedures that deal with
this?
thanks,
Matt Redding
Soil Scientist
Intensive Livestock Environmental Management-Research
2000 Dec 08
1
Sans Serif Fonts?
Hi All,
I am preparing a few plots for publication. Unfortunately the journal
requires figures to have all text in a sans serif fonts.
I realise that there is support for the use of Hershey vector fonts in the
function TEXT,
but how do I get the text on axes to be sans serif?
For example, the labels and axis values produced from this line of code:
plot(SolPC, SorbPC, ylab="Sorbed P
2000 Jul 17
0
Fonts and Line widths in boxplot
> Hi All R guru's,
>
> A couple of simple questions which I cannot find answers to in "an
> introduction to R" or in the reference manuals.
>
> I am running R on Win95, and have plotted up quite a nice box and whisker
> plot:
>
> char<-read.table("n:/reddinm/grifpr~1/survey/char.txt")
> attach(char)
> boxplot(Al,Fe,OC,pH,
2000 Sep 14
0
Repeated Measures?
HI There,
I was wondering if there was a procedure in R for carrying out greenhhouse
geiser type repeated measures analysis and ante-dependence testing?
I've checked out the nicely written manuals, but it seems to lack an entry
in the index (maybe because this technique has not been implemented yet).
THanks,
Matt Redding
Soil Scientist
Intensive Livestock Environmental Management-Research
2000 Sep 17
1
Repeated Measures
Hi R Gurus,
I am more or less a beginner with R. I have searched your FAQ, manuals, and
the archives of this list for an answer to this question, unsuccessfully.
I commonly do analysis of chemical characteristics of soils, by depth
intervals (e.g. 0-100 mm, 100-200, 200-300, etc), comparing two soil
profiles that
have received some treatment (effluent). In Genstat I can handle this
problem
1999 Jul 05
1
win.metafile use
Platform: Windows 95
Version : R0641
Problem : I wish to plot and save a large number of graphics files in
windows metafont format. I have a very crude postscript printing
function, which happily handles repeated calls:
psf<-function(filename){
dev.print(postscript,file=paste(sep="",filename,".ps"),horizontal=F)
return()
}
To produce metafont files, I
2010 Feb 09
1
Superimpose ksmooth() onto barplot
I'd like to superimpose a ksmooth() onto a barplot().
My data is:
> d
2009-06-20 2009-06-21 2009-06-22 2009-06-23 2009-06-24
2009-06-25 2009-06-26 2009-06-27 2009-06-28 2009-06-29 2009-06-30
2009-07-01 2009-07-02
Same Breed (B) 12.64 21.08 13.52 12.51
13.71 9.91 14.24 7.18 11.81 5.92
12.04 17.96
2012 Jan 09
1
CairoPDF and greek letter spacing
I have a small problem with R graphics output. When I use the lattice
package and CairoPDF to generate publication quality graphs I often use
the expression to create an axis title that has microlitres or
micrometers as a unit. I use something like the following
'expression(paste("Length (", mu,"m )"))' as an argument to the xlabel
function. The command works but the mu
2012 Sep 30
2
[LLVMdev] Letter-spacing in Sphinx CSS?
On Sat, Sep 29, 2012 at 12:29 PM, Sean Silva <silvas at purdue.edu> wrote:
> Looking through the history with git, it looks like it was just
> grandfathered in from the original template that the current template
> is based off of. I don't think that it is going to hurt to remove it.
>
> Also, another problem with the current CSS is that some of the
> different heading
2007 Aug 15
1
installation of packages
Dear All,
Have just installed v2.5.1 on Windows XP. Works fine but I had quite a few
pakages loaded for 2.5.0 (from contributed) and was wondering how I can
get 2.5.1 to recognise them without having to reinstall them all.
Is this possible or do I have to reinstall all the packages again?
I required 2.5.1 for lme4 and matrix.
Many thanks in advance.
2010 Sep 07
1
metafont on CentOS 5?
Can someone hit me with the appropriate clue-by-4?
is there an available package for CentOS5 which provides the metafont command, or a replacement?
What is the name and which repo? please.
I have a font bundle I need to use (which is not provided in an RPM that I can find), but metafont
does not seem to be available.
tetex provides the /usr/share/texmf/metafont directory structure, but not a
2012 Sep 30
0
[LLVMdev] Letter-spacing in Sphinx CSS?
Sean and Michael,
Thank you for looking at this. I removed letter-spacing in r164921.
The h2/h3 issue could be resolved by making the h2 font slightly
bigger. Or we could try to copy Wikipedia's approach by using
different formatting for different levels (for example, we could
remove the background rectangle from h3 and lower, but instead make
them bold).
Dmitri
--
2012 Sep 29
0
[LLVMdev] Letter-spacing in Sphinx CSS?
Looking through the history with git, it looks like it was just
grandfathered in from the original template that the current template
is based off of. I don't think that it is going to hurt to remove it.
Also, another problem with the current CSS is that some of the
different heading types (IIRC in particular <h2> and <h3>) are very
difficult to distinguish, which makes some
2012 Sep 29
2
[LLVMdev] Letter-spacing in Sphinx CSS?
Hello,
Why do we have letter-spacing: -0.01em in the CSS generated by Sphinx?
Could we remove that? It makes the main text font look really bad
for me (I can attach an image if anyone wishes to take a look). Fonts
already have appropriate tracking built-in, so trying to change that,
especially without knowing the font name beforehand, is shooting
oneself into the foot.
Dmitri
--
2006 Jul 21
2
Problems with character spacing in windows metafiles...
This problem was posted a couple years ago here:
http://tolstoy.newcastle.edu.au/R/help/04/01/0231.html
Using Windows XP with R 2.3.1, I am now experiencing the same problem again:
when a plot is saved and/or copied as a WMF, the labels do not have the
correct character spacing. I am trying to insert the WMF into a MS Word
2003 document (my first mistake, I know), but even when the WMF is
2010 Jan 27
2
Bulk Match/Replace
This must be easy to do.....
I have a vector and a lookup data.frame:
> v
[1] "5" "234" "234" "42-43" "234" "42-43" "234" "234"
"42-43" "234" "5" "234" "234" "5" "234" "234" "5"
2010 Jan 13
1
decompress tar.gz and zip files
Can anyone point me in the right direction for decompressing text files that are
compressed as tar.gz or zip files?
Cheers,
Nathan
--
--------------------------------------------------------
Dr. Nathan S. Watson-Haigh
OCE Post Doctoral Fellow
CSIRO Livestock Industries
University Drive
Townsville, QLD 4810
Australia
Tel: +61 (0)7 4753 8548
Fax: +61 (0)7 4753 8600
Web: