# NOT RUN {
# Load the example scan
scan <- example_scan
# Verify that it is an object of class scan
is.scan(scan)
# Get summary info
scan # Same as summary(scan) or print(scan)
# Get dimensions
dim(scan)
# Get summary info for the parameters in the scan
scan$params
# }
Run the code above in your browser using DataLab