Displaying 8 results from an estimated 8 matches for "decimal_point".
2010 Oct 22
1
RODBC: data base with decimal point ","
.... :42
So the problem seems to be the decimal point, as I am on an Austrian locale:
> Sys.getlocale()
[1] "LC_COLLATE=German_Austria.1252;LC_CTYPE=German_Austria.1252;LC_MONETARY=German_Austria.1252;LC_NUMERIC=C;LC_TIME=German_Austria.1252"
I tried
> options("dec")
$dec
decimal_point
"."
> options(dec = ",")
, but that doesn't change anything.
How can I "tell" RODBC that the decimal point in my data base is ","?
Your advice would be appreciated;
kind regards
Heinrich.
2005 Apr 21
1
Fwd: (KAME-snap 9012) racoon in the kame project
FYI, looks like support for Racoon is ending. Does anyone have any
experience with the version in ipsec-tools ?
---Mike
>Racoon users,
>
>This is the announcement that the kame project will quit providing
>a key management daemon, the racoon, and that "ipsec-tools" will become
>the formal team to release the racoon.
>The final release of the racoon in the
2004 Oct 19
0
R2HTML version 1.4-3
...- Available options that user may want to change
(default for every matrix/DF):
R2HTML.sortableDF (FALSE)
R2HTML.format.digits (2)
R2HTML.format.nsmall (0)
R2HTML.format.big.mark ("")
R2HTML.format.big.interval (3)
R2HTML.format.decimal.mark= (Sys.localeconv()[["decimal_point"]])
- Bug fixed: HTML.table
Following modifications contributed by Philippe Grosjean
- Now uses NAMESPACE
- Renamed .First.lib() into .onLoad()
- In RweaveHTMLSetup(), commented if(!require(R2HTML))
stop("R2HTML package is required.").
This is not useful, becasue this...
2004 Oct 19
0
R2HTML version 1.4-3
...- Available options that user may want to change
(default for every matrix/DF):
R2HTML.sortableDF (FALSE)
R2HTML.format.digits (2)
R2HTML.format.nsmall (0)
R2HTML.format.big.mark ("")
R2HTML.format.big.interval (3)
R2HTML.format.decimal.mark= (Sys.localeconv()[["decimal_point"]])
- Bug fixed: HTML.table
Following modifications contributed by Philippe Grosjean
- Now uses NAMESPACE
- Renamed .First.lib() into .onLoad()
- In RweaveHTMLSetup(), commented if(!require(R2HTML))
stop("R2HTML package is required.").
This is not useful, becasue this...
2008 Jun 27
0
Fwd: Re: Problems when installing RODBC in debian etch
...ddelbuettel va escriure:
> > | > On 26 June 2008 at 18:14, griera at gmail.com wrote:
> > | > | but, when I tried to load it using library(RODBC) I get the
> > | > | following
> > |
> > | error:
> > | > | > library(RODBC) Error in Sys.localeconv()$decimal_point :
> > | > |
> > | > | $ operator is invalid for atomic vectors
> > | > | Error : .onLoad failed in 'loadNamespace' for 'RODBC'
> > | > | Error: package/namespace load failed for 'RODBC'
> > | > |
> > | > | What I'm...
2012 Jan 15
1
Correct Localized Numbers on Plots, related to glibc!
...Tue, Nov 29, 2011 at 12:04 AM, Majid Einian <einian85 at gmail.com> wrote:
I have found that decimal seperator in fa_IR.utf8 is . (dot), I
thought it should be U+066B , any comments or ideas why it is not so?
(I am trying to use Persian numbers in my plots in GNU R, if it might help.)
decimal_point thousands_sep grouping
int_curr_symbol currency_symbol
"." "" ""
"IRR" "????"
mon_decimal_point mon_thousands_sep mon_grouping
positive_sign negative_sign
&...
2013 Feb 18
2
mtext unicode failure
Readers,
How to solve this unicode input error please?
> postscript("~/tmp/test.eps",width=100/25.4,height=100/25.4,horizontal=FALSE,onefile=TRUE,paper="special")
> testx<-seq(1:5)
> testy<-seq(1:5)
> plot(testy~testx)
> mtext('text (O?)\n more text',side=3,line=1)
Warning messages:
1: In mtext("text (O?)\n more text", side = 3, line =
2009 Dec 08
4
Split comma separated list
Hi all,
I'm a beginner user of R. I am stuck at what I thought was a very obvious
problem, but surprisingly, I havent found any solution on the forum or
online till now.
My problem is simple. I have a file which has entries like the following:
#ID Value1 List_of_values
ID1 0.342 0.01,1.2,0,0.323,0.67
ID2 0.010 0.987,0.056,1.3,1.5,0.4