Learn R Programming

radiant (version 0.1.95)

plot.full_factor: Plot method for the full_factor function

Description

Plot method for the full_factor function

Usage

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

Arguments

x
Return value from full_factor
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/marketing/full_factor.html for an example in Radiant

See Also

full_factor to calculate results

plot.full_factor to plot results

Examples

Run this code
result <- full_factor("diamonds",c("price","carat","table"))
plot(result)
result <- full_factor("computer","HighEnd:Business")
summary(result)

Run the code above in your browser using DataLab