summary.mudata: Object summary for a mudata object

Description Usage Arguments Value Examples

View source: R/mudata.R

Description

Returns a data.frame containing summary (by dataset, location, and param) statistics.

Usage

1
2
3
4
5
## S3 method for class 'mudata'
summary(object, ..., digits = NA)

## S3 method for class 'mudata'
print(x, ..., digits = 4)

Arguments

object

A mudata object

...

Unused

digits

The number of digits to be used for rounding, or NA to suppress rounding.

x

A mudata object

Value

A data.frame containing the summary

Examples

1
2
3
4

mudata documentation built on Nov. 17, 2017, 7:30 a.m.