Re: [R] How to plot data in logarithmic scale

2012-08-16 Thread Jeff Newmiller
If you don't know what 1:100 is, you should (re)read the "Introduction to R" document that comes with the software. You can also try typing expressions like this alone at the command line to see what they are. If you don't know what the first argument to the ecdf function is, you need to learn

Re: [R] How to plot data in logarithmic scale

2012-08-16 Thread Jean V Adams
Zuki, You did not provide any information on what table$attrib is. Using a log scale for the y-axis doesn't make much sense to me, since the y-axis is the cumulative proportion of observations, from 0 to 1. Perhaps you are interested in the log scale for the x-axis, instead? In any case, log

[R] How to plot data in logarithmic scale

2012-08-15 Thread Zuki
Hi everyone, I am new in R, just used it for 2 weeks and I have a basic question. I have data, for example table$attrib that I would like to plot its cumulative distribution in logarithmic scale. How do I do that? After browsing internet, I tested this command: > plot.ecdf(1:100, log ="y", table$