Learn R Programming

bioRad (version 0.9.1)

example_scan: Scan (scan) example

Description

Example of a scan object with name example_scan.

Usage

example_scan

Arguments

Value

An example object of type scan which represents a single scan from a weather radar.

Format

An object of class scan of dimension 5 x 480 x 360.

See Also

  • summary.scan()

Examples

Run this code
# Reload example_scan from package (e.g. in case it was altered)
data(example_scan)

# Get summary info
example_scan

Run the code above in your browser using DataLab