R on windows includes some useful functions for windows font handling.
Start with
?windowsFonts
windowsFonts()
should show Arial mapped to "sans". (Arial is the default in Windows,
at least in my locale; ?windows tells you that too)
Then try
par(family="sans", font=2) #specifies Arial bold as d
On Mon, Jul 13, 2009 at 5:31 PM, serbring wrote:
> excuse me for my english, i am using R on windows and i have to do several
> graphs with axis labels and the axis text thicks has a specified font type,
> (Arial) and a specified font size. How can i do these? Thank you in advance
Interesting que
s I now
> have one less dimension in returns. Hope I am making sense. Your help is
> much appreciated.
> > Date: Mon, 25 Feb 2008 16:32:44 -0500> From: [EMAIL PROTECTED]> To: [EMAIL
> > PROTECTED]> Subject: Re: [R] Graph Axis> CC: r-help@r-project.org> > You
t however am having problems
> with the x axis again. Modification of the code below doesnt work as I now
> have one less dimension in returns. Hope I am making sense. Your help is
> much appreciated.
>
>
> > Date: Mon, 25 Feb 2008 16:32:44 -0500
> > From: [EMAIL PROTEC
e: Mon, 25 Feb 2008 16:32:44 -0500> From: [EMAIL PROTECTED]> To: [EMAIL
> PROTECTED]> Subject: Re: [R] Graph Axis> CC: r-help@r-project.org> > You have
> to convert you date to be a Date class:> > x <- read.table("/tempxx.txt",
> header=TRUE, as.is=TRU
You have to convert you date to be a Date class:
x <- read.table("/tempxx.txt", header=TRUE, as.is=TRUE)
x$Date <- as.Date(x$Date, "%d/%m/%Y")
plot(x$Date, x$Rate, type='l')
On 2/25/08, Khadija Mohammedali <[EMAIL PROTECTED]> wrote:
>
> Hi I have data of exchange rates and time, and am trying to
6 matches
Mail list logo