View source: R/summary.snowprofile.R
summary.snowprofile | R Documentation |
Summary of a single snowprofile
## S3 method for class 'snowprofile'
summary(object, fast = FALSE, ...)
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 |
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.
data.frame
shorton
summary.snowprofileSet
Profile <- SPgroup[[1]]
names(Profile)
summary(Profile)
lapply(SPgroup, summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.