summary.snowprofile: Summary of a single snowprofile

View source: R/summary.snowprofile.R

summary.snowprofileR Documentation

Summary of a single snowprofile

Description

Summary of a single snowprofile

Usage

## S3 method for class 'snowprofile'
summary(object, fast = FALSE, ...)

Arguments

object

snowprofile object

fast

boolean switch for twice as fast computation. downside: keep only length-1 meta data, i.e., discard latlon, or nlayers..

...

additional arguments for generic method

Details

Creates a one row data.frame where each column contains metadata.

Metadata is determines as elements of the snowprofile object list that are length = 1. An exception is made for latlon where separate columns for lat and lon are produces.

A derived value nLayers is derived by counting the number of rows in $layers.

Value

data.frame

Author(s)

shorton

See Also

summary.snowprofileSet

Examples


Profile <- SPgroup[[1]]
names(Profile)
summary(Profile)
lapply(SPgroup, summary)


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