[R] Values in horizontal versus vertical position on 'y' axe

2007-08-13 Thread akki
hi, When I do a graph. the values on y axe are vertical position. How can I put the values in horizontal position? thanks [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list

[R] Problem with axes plotting

2007-08-13 Thread akki
Hi, I've 2 little questions: Is possible change the size of the values of x and y axes, when I do plot?? How can I put a range of 0.0001 to 5.5000, although my max value is 4 on 'y' axe log scale (without pattern 1e-0'X')? Thanks. [[alternative HTML version deleted]]

[R] Write values on y axe

2007-08-12 Thread akki
Hi, I have values on y axe from 0.0001 to 3.086. When I do plot I have writen values: 0.001, 0.050,1.000 ..., but how I can write on graph the minimum value and maximum value, with all decimals (I don't want to use the format 1e-0x)? I am using log scale. For example, if I have the values:

[R] Legend on graph

2007-08-12 Thread akki
Hi, I have a problem when I want to put a legend on the graph. I do: legend(topright, names(o), cex=0.9, col=plot_colors,lty=1:5, bty=n) but the legend is writen into the graph (graphs' top but into the graph), because I have values on this position. How can I write the legend on top the graph

[R] Plot in log scale

2007-08-05 Thread akki
Hi, Forgive me, because I am new in R. I need a graph, where: - y axe has log scale - graph would have 4 set values: set first (out$a) has values over 5.5, set second (out$b) and third (out$c) has values over 0.005 and the last set (out$d) has values over 0.0005 of y axe. For this reason, I need