← Back to home
Comparison · Analytics

distributional vs ggcorrplot

A side-by-side editorial comparison of distributional and ggcorrplot — release velocity, themes, recent moves, and the top alternatives to consider.

distributional vs ggcorrplot: at a glance

Featuredistributionalggcorrplot
SectorAnalyticsAnalytics
Velocity score0.02.5
Sparks · 30d00
Top themesr-package, probability-distributions, distribution-arithmetic, numerical-methodscorrelation, r, ggplot2, visualization
Last editorial update1h ago4h ago
WebsiteVisit →Visit →

What is distributional?

distributional taught + and - to work on any pair of distributions, closing the algebra it started with.

The R package providing vectorised distribution objects — the substrate that forecasting and anomaly tooling in the same ecosystem builds on. Cadence has picked up sharply, with four releases in the six months to June 2026 against roughly one a year before that. Two kinds of work alternate: adding distribution families (Dirichlet, Horseshoe, Laplace, multivariate t, g-and-k, the extreme-value pair) and deepening what can be computed generically across all of them.

Read the full distributional trajectory →

What is ggcorrplot?

ggcorrplot came back after four years and found its significance markers had been lying

ggcorrplot draws correlation matrices in ggplot2 with optional significance marking and hierarchical reordering. It sat untouched from late 2022 until mid-2026, then shipped 0.2.0 and 0.3.0 sixteen days apart. Between them they added the display options users had been requesting since 2016 and repaired a set of bugs where hc.order = TRUE silently changed which cells were marked significant.

Read the full ggcorrplot trajectory →

distributional vs ggcorrplot: editorial side-by-side

D0.0

distributional taught + and - to work on any pair of distributions, closing the algebra it started with.

◆ Current state

The R package providing vectorised distribution objects — the substrate that forecasting and anomaly tooling in the same ecosystem builds on. Cadence has picked up sharply, with four releases in the six months to June 2026 against roughly one a year before that. Two kinds of work alternate: adding distribution families (Dirichlet, Horseshoe, Laplace, multivariate t, g-and-k, the extreme-value pair) and deepening what can be computed generically across all of them.

◆ Where it's heading

The generic-computation thread is the one that matters and it has been building steadily: a Monte Carlo default method for cdf(), has_symmetry() to let algorithms specialise, hdr() moving to exact results for symmetric distributions and 4096 quantiles elsewhere, open-versus-closed support intervals. Version 0.8.0 is where that thread arrives somewhere — arithmetic on arbitrary distributions, with closed forms used when they exist and numerical convolution when they do not. The package is positioning itself as a computational layer rather than a catalogue, which is consistent with how weird and the forecasting packages consume it.

◆ Prediction

Expect the numerical machinery behind dist_convolved() to be reused for other operators, and more generics like has_symmetry() that let downstream algorithms take exact paths when a distribution supports them.

G
ggcorrplot
ANALYTICS
2.5

ggcorrplot came back after four years and found its significance markers had been lying

◆ Current state

ggcorrplot draws correlation matrices in ggplot2 with optional significance marking and hierarchical reordering. It sat untouched from late 2022 until mid-2026, then shipped 0.2.0 and 0.3.0 sixteen days apart. Between them they added the display options users had been requesting since 2016 and repaired a set of bugs where hc.order = TRUE silently changed which cells were marked significant.

◆ Where it's heading

Both releases chase the same target: parity with the older corrplot package inside a ggplot2 object. Significance stars appended to coefficient labels, circle scaling, decimal control, then boxed cells and glyphs sized by absolute correlation — these are corrplot's visual vocabulary reimplemented where they can be composed with other ggplot2 layers. The bug fixes point the other way, at foundations: p-values matched to cells by name rather than row position, clustering computed on the unrounded matrix, tl.col actually applied.

◆ Prediction

With the corrplot look largely reproduced and the correctness backlog cleared, the remaining gap is the mixed upper/lower display corrplot supports; that is the natural next argument if the current release pace holds.

Alternatives to distributional and ggcorrplot

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either distributional or ggcorrplot.

See all distributional alternatives → · See all ggcorrplot alternatives →

Recent activity from distributional and ggcorrplot

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 21d agoggcorrplotggcorrplot 0.3.0 adds boxed cells and correlation-sized squares
  2. 1mo agoggcorrplotggcorrplot 0.2.0 fixes significance markers broken by hc.order
  3. 1mo agodistributionalConditional S3 registration so the package loads on R before 4.3
  4. 1mo agodistributionalDistribution arithmetic: FFT convolution behind the + and - operators
  5. 2mo agodistributionalVectorised p in quantile() for inflated distributions; open brackets on infinite bounds
  6. 5mo agodistributionalDirichlet and Horseshoe distributions added
  7. 7mo agodistributionalhas_symmetry() generic, exact HDRs for symmetric distributions
  8. 1y agodistributionalMonte Carlo cdf() default method; g-and-k, g-and-h and extreme-value families
  9. 3y agoggcorrplotggcorrplot 0.1.4
  10. 6y agoggcorrplotggcorrplot 0.1.3
  11. 7y agoggcorrplotggcorrplot 0.1.2
  12. 10y agoggcorrplotggcorrplot's first release: correlograms in ggplot2

Frequently asked questions

What is the difference between distributional and ggcorrplot?

They serve adjacent needs but don't currently overlap on shipped themes. ggcorrplot is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is distributional better than ggcorrplot?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. ggcorrplot is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to distributional?

Top distributional alternatives in Analytics are ranked by recent ship velocity. Browse the "distributional alternatives" section above for the current picks, or visit /alternatives/distributional-r for the full list with editorial commentary on each.

What are the best alternatives to ggcorrplot?

Top ggcorrplot alternatives in Analytics are ranked by recent ship velocity. Browse the "ggcorrplot alternatives" section above for the current picks, or visit /alternatives/ggcorrplot for the full list with editorial commentary on each.