Learn R Programming

mudata (version 0.1.1)

summary.mudata: Object summary for a mudata object

Description

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

Usage

# S3 method for mudata
summary(object, ..., digits = NA)

# S3 method for 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

Run this code
# NOT RUN {
data(kentvillegreenwood)
summary(kentvillegreenwood, digits=2)
summary(kentvillegreenwood)
print(kentvillegreenwood, digits=2)

# }

Run the code above in your browser using DataLab