Michael Pearmain-2 wrote:
> 
> Hi All,
> 
> I have am using Sweave and the \Sexpr{} to place some numeric variables in
> my tex document. I want to format the number prior to entry so they read
> slightly more elegantly.
> Say i have the following numbers
> x <- 0.00487324
> y <- 0.000000432
> z <- 0.567
> 
> I would like to have the numbers displayed as follows
> 
> x1 <- 0.0049
> y1 <- 0.00000043
> z1 <- 0.57
> 
> 

\Sexpr{round(x,2)}

Dieter


-- 
View this message in context: 
http://old.nabble.com/Numeric-formatting-question-tp26283386p26283422.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to