print.probetable: Print method for probetable objects
Description
Prints class(x), nrow(x) and ncol(x), but not the elements of x.
The motivation for having this method is that methods from the package
base such as
print.data.frame
will try to print the values of all elements of x, which can
take inconveniently much time and screen space if x is large.