MathMarEcol / CastCluster

CAST algorithm implemented as an R package
GNU General Public License v3.0
0 stars 0 forks source link

How to plot very large similarity matrices? #4

Open PhDyellow opened 1 year ago

PhDyellow commented 1 year ago

3 provides a path forward to exceed 45 000 sites.

It does not address the problem of plotting large numbers of sites.

I don't have a solution, ggplot doesn't easily handle anything that can't fit into a long form data format. Converting to something like a NetCDF file, then using packages like tmap to plot, might work, but what value does a plot of a similarity matrix have for millions of sites?

The way forward might be to just randomly subsample sites for plotting. The general clustering trendwill be visible.