Learn R Programming

radiant (version 0.1.95)

plot.correlation: Plot method for the correlation function

Description

Plot method for the correlation function

Usage

"plot"(x, ...)

Arguments

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

Details

See http://vnijs.github.io/radiant/quant/correlation.html for an example in Radiant

See Also

correlation to calculate results

summary.correlation to summarize results

Examples

Run this code
result <- correlation("diamonds",c("price","carat","clarity"))
plot(result)

Run the code above in your browser using DataLab