Learn R Programming

aqp (version 1.18)

checkSPC: Test for a valid SoilProfileCollection

Description

Test for a valid SoilProfileCollection

Usage

checkSPC(x)

Arguments

x

a SoilProfileCollection object

Value

TRUE or FALSE. Consider using rebuildSPC() if FALSE.

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.

See Also

rebuildSPC