axis.break {plotrix} | R Documentation |
Places a "break" mark on an axis on an existing plot
axis.break(axis=1,breakpos,bgcol="white",breakcol="black", style="slash",brw=0.02)
axis |
which axis to break |
breakpos |
where to place the break in user units |
bgcol |
the color of the plot background |
breakcol |
the color of the "break" marker |
style |
Either slash or zigzag |
brw |
break width relative to plot width |
nil
Jim Lemon and Ben Bolker
plot(3:10) axis.break(1,0.9) axis.break(2,2.9,style="zigzag")