search for: xaxisbreaks

Displaying 1 result from an estimated 1 matches for "xaxisbreaks".

2009 Feb 16
1
Adjusting the Axis in a histogram to the prespecified breaks
...rse log the whole data set, but then explaining that transformation within a presentation is generally not a pleasant exercise. On the other hand I would like to keep the code short and thus would like to avoid issues like factorisation. Something like x<- breaks .... hist(data, breaks= x, "xaxisbreaks=x") At the moment the axis is equalspaced by units (2,4,6,8) with 0-2 having 2 areas and the blocks 4-6 and 6-8 only having one block. I tried also the xlog entry (i.e. log="x") which returned "log" is not valid (ist kein Grafikparameter). I tried also fixing things with...