The first frames of a Frames
are displayed in the browser, and are interactively navigable.
inspect.Frames(
frames,
nframes = NULL,
display.method = "browser",
verbose = FALSE
)
A Frames
object
The number of frames to display (default value: NULL
, all are displayed )
Method for displaying, can be either raster
or browser
. Defaults to browser
, by opening a window in the browser
Logical, whether to provide additional output on the command line alongside with the images themselves
inspect.Frames
returns an invisible NULL
.
data("MesenteriumSubset")
if (FALSE) inspect.Frames(MesenteriumSubset)