Skip to content
Prev 85849 / 398503 Next

turn off selected axes in bwplot

On 2/6/06, William Briggs <wib2004 at med.cornell.edu> wrote:
Does this do what you want?

bwplot(<...>,
       scales = list(x = list(alternating = 1, tck = c(1, 0))))

This is described in detail under 'scales' in ?bwplot.

-Deepayan