Learn R Programming

flowcatchR (version 1.6.2)

inspect.Frames: Explore the frames of a Frames

Description

The first frames of a Frames are displayed in the browser, and are interactively navigable.

Usage

inspect.Frames(frames, nframes = NULL, display.method = "browser",
  verbose = FALSE)

Arguments

frames
A Frames object
nframes
The number of frames to display (default value: NULL, all are displayed )
display.method
Method for displaying, can be either raster or browser. Defaults to browser, by opening a window in the browser
verbose
Logical, whether to provide additional output on the command line alongside with the images themselves

Value

  • inspect.Frames returns an invisible NULL.

Examples

Run this code
data("MesenteriumSubset")
inspect.Frames(MesenteriumSubset)

Run the code above in your browser using DataLab