# NOT RUN {
# Load the example time series of vertical profiles
vpts <- example_vpts
# Verify that it is an object of class vpts
is.vpts(vpts)
# Get summary info
vpts # Same as summary(vpts) or print(vpts)
# Get dimensions
dim(vpts)
# }
Run the code above in your browser using DataLab