Re: [R] Writing Unicode Text into Text File from R (in Windows)

2014-02-18 Thread Majid Einian
On Tue, Feb 4, 2014 at 4:18 PM, Duncan Murdoch murdoch.dun...@gmail.com wrote: On 14-02-04 5:49 AM, Majid Einian wrote: Dear R Helpers, See the Code: a - intToUtf8(1777) show(a) zz - file(description=test.txt,open=w,encoding=UTF-8) cat(a, file = zz) close(zz) in a Unicode aware

[R] Writing Unicode Text into Text File from R (in Windows)

2014-02-04 Thread Majid Einian
miss here? How can I write a Unicode string into a text file correctly? Majid Einian, Economics Researcher, Monetary and Banking Research Institute, Central Bank of Islamic Republic of Iran, Tehran, IRAN and PhD Candidate in Economics, Graduate School of Management and Economics, Sharif

Re: [R] Drawing a dotted circle.

2013-01-12 Thread Majid Einian
commented, minimal, self-contained, reproducible code. -- Majid Einian, PhD Student in Economics, Graduate School of Management and Economics, Sharif University of Technology, Tehran, IRAN [[alternative HTML version deleted]] __ R-help@r

[R] How to see the implementation of print function for a class from a package?

2012-06-09 Thread Majid Einian
code for a package? not just the function defs? -- Majid Einian, PhD Candidate in Economics, Graduate School of Management and Economics, Sharif University of Technology, Tehran, IRAN [[alternative HTML version deleted]] __ R-help@r-project.org

Re: [R] How to see the implementation of print function for a class from a package?

2012-06-09 Thread Majid Einian
code. Well, the package is not on CRAN, and the author has not answered my last email! Michael On Sat, Jun 9, 2012 at 10:53 PM, Majid Einian einia...@gmail.com wrote: Dear R-helpers, I want to see the code used when printing (using print(object) or by just typing the object name

Re: [R] Correct Localized Numbers on Plots, related to glibc!

2012-01-17 Thread Majid Einian
windows to do anything correctly on Persian. On 15/01/2012 08:26, Majid Einian wrote: Dear R Helpers, I want to localize my plots, i.e. the numbers by x  y axis be Persian, using Persian numerals and Persian decimal separator. I change the locale to fa_IR.utf8, but nothing on plots change. I

[R] Correct Localized Numbers on Plots, related to glibc!

2012-01-15 Thread Majid Einian
. - Roozbeh Pournader rooz...@gmail.com Tue, Dec 6, 2011 at 3:47 AM To: Majid Einian einia...@gmail.com Cc: persian-comput...@googlegroups.com The glibc model for generating numbers is kind of complex. For using native digits, one is supposed to use the I flag. For example, in order to get

Re: [R] Is it possible to right align text in R graphics?

2012-01-15 Thread Majid Einian
-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com (English) -- On Tue, Jan 3, 2012 at 8:14 AM, Majid Einian einia...@gmail.com wrote

Re: [R] Is it possible to right align text in R graphics?

2012-01-02 Thread Majid Einian
correct on my linux 2.6.32 i686 system with R 2.14.1 but incorrect on my windows 7 (6.1.7600) 32 bit system with R 2.14.0. -- Majid Einian, PhD Candidate in Economics, Graduate School of Management and Economics, Sharif University of Technology, Tehran, IRAN [[alternative HTML version

Re: [R] Count objects and print it into a new variable

2011-06-14 Thread Majid Einian
Also this one: AnnualFireCount2 - as.data.frame(table(yukon$Fire_Year)) names(AnnualFireCount2) c(Year,Fires) On Tue, Jun 14, 2011 at 9:01 AM, Majid Einian einia...@gmail.com wrote: Hi, If I understood your question, maybe sth like this: AnnualFireCount-aggregate(ANY.OF.YOUR.VARIABLES

Re: [R] Count objects and print it into a new variable

2011-06-14 Thread Majid Einian
-contained, reproducible code. -- Majid Einian PhD Candidate in Economics Graduate School of Management and Economics Sharif University of Technology [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https

[R] Error Installing or Updating Packages (Maybe because of a proxy)

2011-04-20 Thread Majid Einian
) * using R 2.13.0 I set the proxy in terminal too but it does not help (echo $http_proxy gives me http://192.168.0.1:8080/) -- Majid Einian PhD Candidate in Economics Graduate School of Management and Economics Sharif University of Technology [[alternative HTML version deleted