summaryThin {spThin}R Documentation

Summary method for results of thin function

Description

Summarize the results of thin function.

Usage

summaryThin(thinned, show = TRUE)

Arguments

thinned

A list of data.frames returned by thin function.

show

logical; if TRUE,the summary values are printed at the console.

Value

Returns a list with the (1) maximun number of records, (2) number of data frames with maximun number of records and (3) a table with the number of data frames per number of records.

See Also

thin.algorithm

thin


[Package spThin version 0.2.0 Index]