Learn R Programming

radiant (version 0.1.95)

plot.pre_factor: Plot method for the pre_factor function

Description

Plot method for the pre_factor function

Usage

"plot"(x, ...)

Arguments

x
Return value from pre_factor
...
further arguments passed to or from other methods

Details

See http://vnijs.github.io/radiant/marketing/pre_factor.html for an example in Radiant

See Also

pre_factor to calculate results

summary.pre_factor to summarize results

Examples

Run this code
result <- pre_factor("diamonds",c("price","carat","table"))
plot(result)

Run the code above in your browser using DataLab