rbind.snowprofileSet {sarp.snowprofile} | R Documentation |
Concatenate snowprofileSet into a large data.frame with a row for each layer
Description
A wrapper to apply rbind.snowprofile to each profile in a snowprofileSet then concatenate
Usage
## S3 method for class 'snowprofileSet'
rbind(..., deparse.level = 1)
Arguments
... |
Object of class snowprofileSet |
deparse.level |
Argument for generic rbind method |
Details
Returns a large data.frame with a row for each layer and additional columns with metadata (calculated with summary.snowprofile)
Value
data.frame
Author(s)
shorton
See Also
summary.snowprofile, rbind.snowprofile
Examples
## Create rbind table
ProfileTable <- rbind(SPgroup)
head(ProfileTable)
## Filter by layer properties
SHlayers <- subset(ProfileTable, gtype == 'SH')
summary(SHlayers)
plot(elev ~ gsize, SHlayers)
[Package sarp.snowprofile version 1.3.2 Index]