powered by
A matrix of scatter plots with rugged histograms, correlations, and significance stars. Much of the functionality borrowed from PerformanceAnalytics::chart.Correlation().
PerformanceAnalytics::chart.Correlation()
Tpairs(x, histogram = TRUE, gap = 0, ...)
A numeric matrix or data.frame.
Overlay a histogram on the diagonals?
distance between subplots, in margin lines.
arguments to be passed to or from other methods.
Tpairs(iris[-5]) Tpairs(iris[-5], pch=21, bg=Tcols[factor(iris$Species)]) Tpairs(iris[-5], pch=21, bg=gghues(3)[factor(iris$Species)], gap=1)
Run the code above in your browser using DataLab