explain {ggvis}R Documentation

Explain details of an object

Description

This is a generic function which gives more details about an object than print, and is more focussed on human readable output than str.

See Also

dplyr::explain for more information.

Examples

p <- mtcars %>% ggvis(x = ~cyl) %>% layer_bars()
explain(p)

[Package ggvis version 0.4.9 Index]