checkSPC {aqp} | R Documentation |
Test for a valid SoilProfileCollection
Description
Test for a valid SoilProfileCollection
Usage
checkSPC(x)
Arguments
x |
a |
Details
Test for valid SoilProfileCollection
by checking for slots defined in
the class prototype. Likely only used between major versions of aqp
where
internal structure of SoilProfileCollection
has changed. Use
checkHzDepthLogic
to check for common errors in horizon depths.
Value
TRUE or FALSE. Consider using rebuildSPC()
if FALSE.
Author(s)
D.E. Beaudette
See Also
[Package aqp version 2.0.4 Index]