show | R Documentation |
Pretty output method for SoilProfileCollection objects. By default this method limits output to 10 columns and 6 rows from the site and horizon tables respectively.
There is an aqp environment option you can set to increase the number of columns shown by default: options(.aqp.show.n.cols = 100)
,
as.character()
: Character Representation of SoilProfileCollection Object
## S4 method for signature 'SoilProfileCollection'
show(object)
## S4 method for signature 'SoilProfileCollection'
as.character(x, ...)
object |
a SoilProfileCollection |
x |
a SoilProfileCollection |
... |
additional arguments (not used) |
# load a SoilProfileCollection
data(sp5)
# use the show() method
show(sp5)
# which is same as this (in the console)
sp5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.