Learn R Programming

radiant (version 0.1.95)

plot.explore: Plot method for the explore function

Description

Plot method for the explore function

Usage

"plot"(x, shiny = FALSE, ...)

Arguments

x
Return value from explore
shiny
Did the function call originate inside a shiny app
...
further arguments passed to or from other methods

Details

See http://vnijs.github.io/radiant/base/explore.html for an example in Radiant. A plot will only be generated when a 'by' variable has been specified

See Also

explore to generate summaries

summary.explore to show summaries

Examples

Run this code
result <- explore("diamonds", "price", expl_byvar = "cut", expl_fun = c("length", "skew"))
plot(result)

Run the code above in your browser using DataLab