rbind.snowprofile: Convert snowprofile into data.frame with columns for metadata

View source: R/rbind.snowprofile.R

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


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