50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


sarp.snowprofile (version 1.3.2)

rbind.snowprofile: 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 snowprofile
rbind(..., deparse.level = 1)

Value

data.frame

Arguments

...

Object of class snowprofile

deparse.level

Argument for generic rbind method

Author

shorton

Details

Metadata columns are calculated with summary.snowprofile

See Also

summary.snowprofile, rbind.snowprofileSet

Examples

Run this code

Profile <- SPgroup[[1]]
ProfileTable <- rbind(Profile)
head(ProfileTable)

Run the code above in your browser using DataLab