powered by
Plot a correlation data frame using ggplot.
rplot(x, shape)
cor_df. See correlate.
correlate
geom_point aesthetic.
geom_point
Plots a correlation data frame
# NOT RUN { x <- correlate(mtcars) rplot(x) # Common use is following rearrange and shave x <- rearrange(x, absolute = FALSE) x <- shave(x) rplot(x) # }
Run the code above in your browser using DataLab