powered by
The function enables the easy generation of .UDStacks, which is forexample useful for using other UD function such as getVolumeUD.
getVolumeUD
UDStack(x,...)
A list or raster brick/stack that needs to be converted to a .UDStack object. Alternative a burst stack, in this case the layers are standardized.
Currently not used
An UDStack
# NOT RUN { data(dbbmmstack) stk<-as(dbbmmstack,"RasterStack") UDStack(stk) lst<-split(dbbmmstack) UDStack(lst) # }
Run the code above in your browser using DataLab