Returns a swotlist with all of the matrices of the input subset to keep only the specified times and location.

swot_sset(swotlist, keeptimes = 0L, keeplocs = 0L)

Arguments

swotlist

a list of swot-like matrices

keeptimes

Indices of times (columns) to keep. Default is 0, which keeps all times. Negative indices are allowed.

keeplocs

Indices of locations (rows) to keep. Default is 0, which keeps all locations. Negative indices are allowed.