powered by
A wrapper to apply rbind.snowprofile to each profile in a snowprofileSet then concatenate
# S3 method for snowprofileSet rbind(..., deparse.level = 1)
data.frame
Object of class snowprofileSet
Argument for generic rbind method
shorton
Returns a large data.frame with a row for each layer and additional columns with metadata (calculated with summary.snowprofile)
summary.snowprofile, rbind.snowprofile
## Create rbind table ProfileTable <- rbind(SPgroup) head(ProfileTable) ## Filter by layer properties SHlayers <- subset(ProfileTable, gtype == 'SH') summary(SHlayers) plot(elev ~ gsize, SHlayers)
Run the code above in your browser using DataLab