Learn R Programming

mappoly (version 0.2.3)

summary_maps: Summary maps

Description

This function generates a brief summary table of a list of mappoly.map objects

Usage

summary_maps(map.list, verbose = TRUE)

Arguments

map.list

a list of objects of class mappoly.map

verbose

if TRUE (default), the current progress is shown; if FALSE, no output is produced

Value

a data frame containing a brief summary of all maps contained in map.list

Examples

Run this code
# NOT RUN {
tetra.sum <- summary_maps(solcap.err.map)
tetra.sum
# }

Run the code above in your browser using DataLab