search for: einian

Displaying 4 results from an estimated 4 matches for "einian".

2012 Jan 15
1
Correct Localized Numbers on Plots, related to glibc!
...39;t have e.g. French locale on my system to see if the decimal separator changes accordingly to locale for them. Thanks in advance. ----------------------------------------------------------------------------- Roozbeh Pournader <roozbeh at gmail.com> Tue, Dec 6, 2011 at 3:47 AM To: Majid Einian <einian85 at gmail.com> Cc: persian-computing at 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 ????, you should do printf("%I.1f", 12.3). This is to m...
2012 Jun 10
1
How to see the implementation of print function for a class from a package?
...(using print(object) or by just typing the object name) for a class from a package. I can see the summary code using packagename::summary.classname but nothing for print method and also plot methods. In general, how can I see the COMPLETE 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]]
2011 Apr 20
2
Error Installing or Updating Packages (Maybe because of a proxy)
...* connecting directly without any proxy setting (at my university) * using R 2.12.2 case 2: * connecting through proxy setting (at my workplace) * 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]]
2011 Jun 13
1
Count objects and print it into a new variable
Hello, I used R a year ago. With the data I am working with now, I realized that I need to go back to R. Unfortunately, my memory is not my friend if it comes down to coding :-) What I want to do is extract the length of a variable of a file with certain conditions and then print this number in a new variable.. My file (yukon), contains information about fires in the Yukon Territory, and it