| print.sits_assessment {sits} | R Documentation |
Adaptation of the caret::print.confusionMatrix method for the more common usage in Earth Observation.
## S3 method for class 'sits_assessment'
print(x, ..., mode = "sens_spec", digits = max(3, getOption("digits") - 3))
x |
An object of class |
... |
other parameters passed to the "print" function |
mode |
A single character string either "sens_spec", "prec_recall", or "everything". |
digits |
Number of significant digits when printed. |
x is invisibly returned.
Gilberto Camara, gilberto.camara@inpe.br