Matrix of size n x N with n=200 and N=5000
data("W")
The format is: num [1:200, 1:5000] 0 0 1 0 0 0 0 0 1 0 ...
data(W) ## maybe str(W) ; plot(W) ...