Relative Content

Tag Archive for rarrays

Subset selection of array in R

I have a large array envSST with dimension (720,361,10,276)
I am actually only interested in a small subset of the first two dimensions, given by a 54×2 matrix called lat.lon.ensinds, so I can delete envSST and free up some space.