maram salem wrote:
Dear All,
I'm trying to plot a histogram (with the relative frequencies as the Y axis), 
But the scale of the y axis is given by
0e+00, 1e-04, 2e-04, 3e-04,.........
Now, I have 2 questions
1- Does (1e-04=0.01831563)?
2- If this true,how can i change the given scale to (0.01,0.03,0.05,0.07,0.09)?


Hi Maram,
No, you are mistaking scientific notation for exponentiation. Try using:

options(scipen=4)

before you plot.

Jim

______________________________________________
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