similar to: Correct Localized Numbers on Plots, related to glibc!

Displaying 20 results from an estimated 300 matches similar to: "Correct Localized Numbers on Plots, related to glibc!"

2012 Jun 10
1
How to see the implementation of print function for a class from a package?
Dear R-helpers, I want to see the code used when printing (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
2011 Apr 20
2
Error Installing or Updating Packages (Maybe because of a proxy)
Dear R Helpers, (I am using Ubuntu lucid and R 2.13.0 When I try to update packages I get this error: > update.packages() --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done Error in ret[i, ] <- c(pkgs[i], lib, desc) : number of items to replace is not a multiple of replacement length I had no problem before (case 1) but now (case 2) I cannot get
2017 Nov 08
2
Help Converting Calendars
R-Help Trying to convert a Gregorian calendar dataset to a Persian calendar dataset. But I end up with a list and not sure what to do. For example ... dates <- c("2017-10-1","2017-10-2","2017-10-3") myData <- data.frame(dates) myData$dates <- as.Date(myData$dates, format = "%Y-%m-%d") > myData dates 1 2017-10-01 2 2017-10-02 3
2017 Nov 08
0
Help Converting Calendars
How about > p_dates <- paste0(p.dates[[3]], "-", p.dates[[2]], "-", p.dates[[1]]) > myData$p_dates <- p_dates > print(myData, right=FALSE) dates p_dates 1 2017-10-01 1396-7-9 2 2017-10-02 1396-7-10 3 2017-10-03 1396-7-11 > str(myData) 'data.frame': 3 obs. of 2 variables: $ dates : Date, format: "2017-10-01"
2006 Jun 17
5
Having trouble listing tiers of categories
I have categories and sub-categories in a table called "categories". Every row has a "parent" field to note if the entry is the sub-category of another (never goes deeper than 1 level). So there might be something like this: id | name | parent 1 Dog 0 2 Pug 1 3 Siamese 5 4 Shih Tzu 1 5 Cat 0 6 Wiener Dog 1 7 Persian
2018 Aug 28
3
build package with unicode (farsi) strings
Hi, I have a R script file with Persian letters in it defined as a variable: #' @export letters_fa <- c('???','?','?','?','?','?','?','?','?','?','?','?') I have specified the encoding field in my DESCRIPTION file of my package. ... Encoding: UTF-8 ... I also included
2007 Apr 08
10
Ferret and non latin characters support
I''ve successfully installed ferret and acts_as_ferret and have no problem with utf-8 for accented characters. It returns correct results fot e.g. fran?ais. My problem is with non latin characters (Persian indeed). I have tested different locales with no success both on Debian and Mac. Any idea? (ferret 0.11.4, acts_as_ferret 0.4.0, rails 1.1.6) -- Posted via http://www.ruby-forum.com/.
2009 Jan 07
2
Function to recognise convert dates between gregorian and other calendars (e.g. Persian)?
Dear list, I will shortly have some data that contains numeric dates in the Persian / Jalali calendar format, which I would like to convert to gregorian. At the moment there doesn't seem to be a function for this in R, but it would be great if someone could come up with same - I would attempt it but the algorithm is very complex and this is also way beyond my fairly rudimentary knowledge of
2005 Aug 10
0
[fdo] ANN: Gnome Locale Support and Development list (fwd)
FYI --behdad http://behdad.org/ ---------- Forwarded message ---------- Date: Tue, 9 Aug 2005 01:28:12 -0400 From: Danilo ?egan <danilo@gnome.org> To: locale-list@gnome.org Cc: gnome-i18n@gnome.org, translation-i18n@lists.sourceforge.net, gtk-i18n-list@gnome.org, linux-utf8@nl.linux.org Subject: ANN: Gnome Locale Support and Development list We have created a list for discussing of
2012 Mar 26
1
Arabic Wiki - resend because of bounce back
Hi, my name is Steve Mustafa, my username is SteveMustafa and I'd like the privilege to edit and translate the wiki into Arabic, http://wiki.centos.org/ar (does not exist). So I'm asking for the privilege to create and edit these pages as well as for the creation of a new RTL template for RTL languages including Arabic, Hebrew, Persian and Urdu. (like the subject says, this is a resend
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
2007 Feb 01
2
How can I calculate conditional mean in a large dataset including date data
Dear R users, I have a dataframe with two columns: first column is date data (e.g. 1/1/2000 with character format: daily data from 1/1/1970 till 31/12/2003) and second column is temperature value. Now I'd like to calculate mean for each month in a year (i.e. May 2001, June 1997) and mean for each month in all of years. As the number of days in some months is different from others I could
2006 Oct 13
3
multiply two matrixes with the different dimension column by column
Dear all, I would like to multiply two matrixes with the different dimension column by column. Let make an example: If I have two matrixes "X" and "Y"as follow: X<- matrix(1:12, nrow=4, ncol=3, dimnames=list(c("A","B","C","D"), c("stage1","stage2","stage3"))) Y<- matrix(1:28, nrow=4, ncol=7,
2006 Oct 12
3
Cross two dataframe
Dear r-users! I would like to cross two data frame which have the same row number but different in the number of column. Can anybody help me for this case ? Thanks a lot in advance -------------------------------------------------------------------------------- Majid Iravani PhD Student Swiss Federal Research Institute WSL Research Group of Vegetation Ecology Z?rcherstrasse 111
2020 Apr 19
0
Free Persian Asterisk Book and COVID-19 Pandemic
In the context of the COVID-19 pandemic, Nasim Telecom decided to publish the first six-captures of Persian Asterisk book that was written by me and Mr Najafi, published in 2017. Also it was introduced by Mr. David Duffett in AstriCon 2017 on Florida. It would be useful for all people which understand Persian language, Also all other people could use it by going code commands on it and examples.
2016 Jun 16
0
Wine release 1.8.3
The Wine maintenance release 1.8.3 is now available. What's new in this release (see below for details): - Various bug fixes. - A lot of NVidia cards added to the GPU description table. - Updates to the National Language Support files. The source is available from the following locations: http://dl.winehq.org/wine/source/1.8/wine-1.8.3.tar.bz2
1998 Dec 22
2
Problems with SMB.CONF (2nd)
Majid, On Wed, 23 Dec 1998 00:20:31 +1100, Majid Tajamolian wrote: >> >; hosts allow = *.bol.sharif.ac.ir >> >; hosts allow = .bol.sharif.ac.ir >> >; hosts allow = 194.225.42.* >> > hosts allow = 194.225.42. >> >2. As you see above, if I use a domain detector except with the format >> > "194.225.42." , clients on our LAN
1999 Jan 04
0
SAMBA digest 1925
samba@samba.org schrieb: > SAMBA Digest 1925 > > For information on unsubscribing see http://samba.org/listproc/ > Topics covered in this issue include: > > 1) UNIX to PC > by Shaun Lennox <shaun@countyfair.co.za> > 2) Connect to exported filesystem from NT via a net use cmd > by "Xia Tian"
2011 Dec 01
3
vector
Hi. Can you please answer to my questions about R ? 1.how can I write command for vector ? for exaple in this sample : I have this : a1 <- c (1:10) now how can I put in the vector ? bye for now, Thanks a lot. Majid. [[alternative HTML version deleted]]
2017 Jun 15
1
Changing font of a certrain column in an excel file
Hi all! I need an example/reference to show me how to change the font of a certain column in an existing .xlsx document. Thank you in advance