search for: equalspaced

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

Did you mean: unequalspaced
2009 Feb 16
1
Adjusting the Axis in a histogram to the prespecified breaks
...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 the par utility (>par(log=TRUE)) which again...