# Check if an object is of class scan
is.scan(example_scan)
# Get summary info
example_scan # Same as summary(example_scan) or print(example_scan)
# Get dimensions
dim(example_scan)
# Get summary info for the parameters in the scan
example_scan$params
Run the code above in your browser using DataLab