Learn R Programming

ggvis (version 0.3.0.1)

explain: 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.

Usage

explain(x, ...)

Arguments

x
An object to explain
...
Other parameters possibly used by generic

Examples

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

Run the code above in your browser using DataLab