Print the values of a confusion matrix
Adaptation of the caret::print.confusionMatrix method for the more common usage in Earth Observation.
## S3 method for class 'sits_accuracy' print(x, ..., digits = NULL)
x
: Object of class confusionMatrix
....
: Other parameters passed to the "print" function.digits
: Number of significant digits when printed.Called for side effects.
Gilberto Camara, gilberto.camara@inpe.br
Useful links