rbind.snowprofile {sarp.snowprofile} | R Documentation |
Convert snowprofile into data.frame with columns for metadata
Description
Convert snowprofile object into data.frame with a row for each layer and additional columns with metadata
Usage
## S3 method for class 'snowprofile'
rbind(..., deparse.level = 1)
Arguments
... |
Object of class snowprofile |
deparse.level |
Argument for generic rbind method |
Details
Metadata columns are calculated with summary.snowprofile
Value
data.frame
Author(s)
shorton
See Also
summary.snowprofile, rbind.snowprofileSet
Examples
Profile <- SPgroup[[1]]
ProfileTable <- rbind(Profile)
head(ProfileTable)
[Package sarp.snowprofile version 1.3.2 Index]