summary.recmap {recmap} | R Documentation |
Summary for recmap object
Description
Summary method for S3 class recmap
.
The area error is computed as described in the CartoDraw paper.
Usage
## S3 method for class 'recmap'
summary(object, ...)
Arguments
object |
an object for which a summary is desired. |
... |
additional arguments affecting the summary produced. |
Value
returns a data.frame
containing summary information, e.g.,
objective functions or number of map regions.
References
Examples
summary(checkerboard(4));
summary(recmap(checkerboard(4)))
[Package recmap version 1.0.17 Index]