I have two huge datasets, not very huge, two double matrix of 5000*5000. Say the matrix names are A and B,
I tried
plot(as.vector(A),as.vector(B))
But it seems like taking forever... Are there any suggested packages for plotting such large data set ?
basically, I am plotting x=(2.5E+07), y=(2.5E+07), quite huge but reasonable size data sets.