[R] rounding off problem.....

akshay kulkarni @k@h@y_e4 @end|ng |rom hotm@||@com
Fri Mar 8 13:39:15 CET 2019


dear members....
                                 here is a piece of my code:

> tail(YLf14,15)
 [1] 5.706871e-217 2.563877e-218 2.823295e-218 2.694622e-222 1.777409e-226
 [6] 1.134403e-201 5.269464e-215 2.272121e-219 2.794970e-223 1.630978e-187
[11] 1.721529e-213 5.859815e-178 4.842612e-222 1.333685e-193 1.256051e-174
> YLf16 <- YLf14 + 0.001
> tail(YLf16,15)
 [1] 0.001 0.001 0.001 0.001 0.001 0.001 0.001 0.001 0.001 0.001 0.001 0.001
[13] 0.001 0.001 0.001

Is there any way to avoid the rounding off of YLf16 to 0.001, and take exact values?

very many thanks for your time and effort......
yours sincerely,
AKSHAY M KULKARNI


	[[alternative HTML version deleted]]



More information about the R-help mailing list