Thanks! Brian,
As you said, if locale changes, it is fine now. What I add is
Sys.setlocale("LC_TIME", "American")
On Tue, Dec 7, 2010 at 12:14 PM, Prof Brian Ripley wrote:
> On Tue, 7 Dec 2010, Jianhong Wang wrote:
>
> Hi
>>
>> I tried to plot something simple
>>
>> x=c('2010-08-20', '2010-08-
On Tue, 7 Dec 2010, Jianhong Wang wrote:
Hi
I tried to plot something simple
x=c('2010-08-20', '2010-08-30')
y = c(1,2)
t = strptime(x, "%Y-%m-%d")
plot(t,y)
At the xlab, the fonts are Chinese. How can I switch it to English? I am
working under Windows 7 64 bits Home Edition and R is Win32
Hi
I tried to plot something simple
x=c('2010-08-20', '2010-08-30')
y = c(1,2)
t = strptime(x, "%Y-%m-%d")
plot(t,y)
At the xlab, the fonts are Chinese. How can I switch it to English? I am
working under Windows 7 64 bits Home Edition and R is Win32 version 2.11.1
Thanks!
[[alternati
3 matches
Mail list logo