rbind.snowprofileSet: Concatenate snowprofileSet into a large data.frame with a row...

View source: R/rbind.snowprofileSet.R

rbind.snowprofileSetR 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)


sarp.snowprofile documentation built on March 31, 2023, 5:17 p.m.