inspect.Frames: Explore the frames of a 'Frames'

Description Usage Arguments Value Author(s) Examples

View source: R/auxiliary.R

Description

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

Usage

1
2
3
4
5
6
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.

Author(s)

Federico Marini, marinif@uni-mainz.de, 2014

Examples

1
2
data("MesenteriumSubset")
## Not run: inspect.Frames(MesenteriumSubset)

flowcatchR documentation built on Nov. 8, 2020, 5:04 p.m.