# Locate and read the polar volume example file
scan1 <- example_scan
#add a value of 1 to all scan parameters:
scan2 <- example_scan + 1
# average the scan parameters of two scans:
# NB: requires identical scan parameter names and order!
(scan1 + scan2)/2
Run the code above in your browser using DataLab