## Path to example prf file
Filename <- system.file('extdata', 'example.sno', package = 'sarp.snowprofile')
## Read snowprofile object
Profile <- snowprofileSno(Filename)
## Note: plot.snowprofile won't work because sno files don't have harndess
## Plot a temperautre profile
plot(snowprofileSet(list(Profile)), ColParam = 'temp')
Run the code above in your browser using DataLab