Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

show

SoilProfileCollection show method


Description

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),

Usage

## S4 method for signature 'SoilProfileCollection'
show(object)

Arguments

object

a SoilProfileCollection

Examples

# load a SoilProfileCollection
data(sp5)

# use the show() method
show(sp5)

# which is same as this (in the console)
sp5

aqp

Algorithms for Quantitative Pedology

v1.29
GPL (>= 3)
Authors
Dylan Beaudette [aut, cre], Pierre Roudier [aut, ctb], Andrew Brown [aut, ctb]
Initial release
2021-04-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.