search for: formatnum

Displaying 5 results from an estimated 5 matches for "formatnum".

Did you mean: formatfun
2009 Jun 16
1
xyplot format axis
Hi All, I'm trying to format the y-axis in an xyplot to show numbers with a comma separating the thousands but I'm not able to do it using formatNum(y, big.mark=","). This is what I have: library(lattice) year<-c(2003,2004,2005,2006,2007,2008,2003,2004,2005,2006,2007,2008) dept<-c("Politics","Politics","Politics","Politics","Politics","Politics","Sociology",...
2008 Oct 20
2
R 2.8.0 is released
...of the session. o splinefun() has a new method = "monoH.FC" for monotone Hermite spline interpolation. o sprintf() optionally supports the %a/%A notation of C99 (if the platform does, including under Windows). o str()'s default method gains a 'formatNum' function argument which is used for formatting numeric vectors. Note that this is very slightly not backward compatible, and that its default may change before release. o The summary() method for class "ecdf" now uses a print() method rather th...
2008 Oct 20
2
R 2.8.0 is released
...of the session. o splinefun() has a new method = "monoH.FC" for monotone Hermite spline interpolation. o sprintf() optionally supports the %a/%A notation of C99 (if the platform does, including under Windows). o str()'s default method gains a 'formatNum' function argument which is used for formatting numeric vectors. Note that this is very slightly not backward compatible, and that its default may change before release. o The summary() method for class "ecdf" now uses a print() method rather th...
2009 Apr 17
0
R 2.9.0 is released
...4) o besselI(x,.., expon.scaled=TRUE) now gives accurate results for x < 1e5 whereas it previously underflowed for x >~= 1500. Further, besselJ(x,..) also computes up to 1e5 (instead of 1e4). o str() was incorrectly warning about its option component 'formatNum' set by strOptions(). o nls(algorithm = "port") did not accept the [factor] notation. (PR#13650) o The relational (aka "comparison") operators are now binary, also in a lower level sense, and an expression as "<"(1) is now erronou...
2009 Apr 17
0
R 2.9.0 is released
...4) o besselI(x,.., expon.scaled=TRUE) now gives accurate results for x < 1e5 whereas it previously underflowed for x >~= 1500. Further, besselJ(x,..) also computes up to 1e5 (instead of 1e4). o str() was incorrectly warning about its option component 'formatNum' set by strOptions(). o nls(algorithm = "port") did not accept the [factor] notation. (PR#13650) o The relational (aka "comparison") operators are now binary, also in a lower level sense, and an expression as "<"(1) is now erronou...