print.snowprofile | R Documentation |
Print snowprofile object
## S3 method for class 'snowprofile'
print(x, pretty = TRUE, nLayers = NA, ...)
x |
snowprofile object |
pretty |
pretty print the object (data.frame-like instead of list-like) |
nLayers |
only print the first few layers (cf., head) |
... |
passed to print.default |
object gets printed to console
## pretty print
SPpairs$A_manual
## or alternatively:
print(SPpairs$A_manual)
## reduce number of layers printed:
print(SPpairs$A_manual, nLayers = 6)
## print profile non-pretty (i.e., like the data is stored):
print(SPpairs$A_manual, pretty = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.