Learn R Programming

radiant (version 0.1.95)

summary.explore: Summary method for the explore function

Description

Summary method for the explore function

Usage

"summary"(object, ...)

Arguments

object
Return value from explore
...
further arguments passed to or from other methods

Details

See http://vnijs.github.io/radiant/base/explore.html for an example in Radiant

See Also

explore to generate summaries

plot.explore to plot summaries

Examples

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

Run the code above in your browser using DataLab