print_selective_explanation: print_selective_explanation
Description
A helper function for selective_explanation()
: Pretty-prints its results.
Usage
print_selective_explanation(explanation)
Value
NULL
. Pretty-prints the contents of explanation
.
Arguments
- explanation
A list of lists,
containing selective explanation results produced by selective_explanation()
.