If argument obj
is missing (e.g, calling display()
without parameters) then plotting the sessional CRS with blank image.
If argument obj
is list
of ursaRaster
objects (or object of class ursaStack
) then display_stack
is called.
If argument obj
is object of class ursaRaster
and has 3 or 4 bands and values in each band are integer
and in interval between 0 and 255, then display_rgb
is called.
If argument obj
is object of class ursaRaster
then firstly internal test is applied to detect either image's bands contains homogeneous information (raster brick) or heterogeneous information (raster stack). Then either display_brick
or display_stack
is called. This test is rough due to unknown data origin. It is supposed to adjust kind of plotting by means of direct specification of display_brick
or display_stack
.