Learn R Programming

bioRad (version 0.5.2)

example_scan: Scan (scan) example

Description

Example object of class scan with name example_scan.

Usage

example_scan

Arguments

Format

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

Examples

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

# Get summary info
example_scan

# example_scan was created with
# }
# NOT RUN {
pvolfile <- system.file("extdata", "volume.h5", package = "bioRad")
pvol <- read_pvolfile(pvolfile)
example_scan <- pvol$scans[[1]]
save(example_scan, file = "data/example_scan.rda")
# }

Run the code above in your browser using DataLab