Skip to content
Prev 262018 / 398502 Next

Wireframe, custom x-axis values

On 2011-06-06 06:33, Rbj?rn Nicolaisen wrote:
Here is a slight modification of the second example
in help('wireframe'):

   wireframe(z ~ x * y, data = g, groups = gr,
       scales = list(arrows = FALSE,
           x = list(at = c(2, 5, 10)),
           y = list(at = c(6, 10, 14),
                    lab = c('A', 'BBB', 'CCCCC'))
       ))

Peter Ehlers