# NOT RUN {
# Extract the DBZH scan parameter from the example scan
param <- get_param(example_scan, "DBZH")
# Verify that it is an object of class param
is.param(param)
# Get summary info for this parameter
param # Same as summary(param) or print(param)
# }
Run the code above in your browser using DataLab