View source: R/snowprofileSno.R
snowprofileSno | R Documentation |
Read .sno files from SNOWPACK model input/output
snowprofileSno(Filename)
Filename |
path to sno file |
Several SNOWPACK model output formats exist see SNOWPACK documentation
Definitions of SNO files are provided at https://models.slf.ch/docserver/snowpack/html/smet.html
a snowprofile object
shorton
snowprofilePro, snowprofilePrf, snowprofileCsv
## 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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.