summary.snowprofile {sarp.snowprofile} | R 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
Examples
Profile <- SPgroup[[1]]
names(Profile)
summary(Profile)
lapply(SPgroup, summary)
[Package sarp.snowprofile version 1.3.2 Index]