Learn R Programming

bioRad (version 0.5.1)

example_scan: Example object of class scan

Description

Example of a scan object 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 {
# get summary of example scan:
summary(example_scan)

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

Run the code above in your browser using DataLab