print.sits_area_accuracy {sits} | R Documentation |
Print the area-weighted accuracy
Description
Adaptation of the caret::print.confusionMatrix method for the more common usage in Earth Observation.
Usage
## S3 method for class 'sits_area_accuracy'
print(x, ..., digits = 2L)
Arguments
x |
An object of class |
... |
Other parameters passed to the "print" function |
digits |
Significant digits |
Value
Called for side effects.
Author(s)
Gilberto Camara, gilberto.camara@inpe.br
[Package sits version 1.5.3 Index]