powered by
Removes complete outer rows and columns which have NA values.
NA
trim2(x)
A new stars object with empty outer rows and columns removed
stars
A two-dimensional stars object
# Single-band example data(dem) dem[[1]][1,] = NA dem1 = trim2(dem) # Multi-band example data(landsat) landsat[[1]][1:100,,] = NA landsat1 = trim2(landsat)
Run the code above in your browser using DataLab