summary.recmap: Summary for recmap object

View source: R/recmap.R

summary.recmapR 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

\Sexpr[results=rd]{tools:::Rd_expr_doi("10.1109/TVCG.2004.1260761")}

Examples

summary(checkerboard(4));
summary(recmap(checkerboard(4)))

cpanse/recmap documentation built on Jan. 3, 2024, 11:45 p.m.