print.mudata: Print a mudata object

View source: R/mudata.R

print.mudataR Documentation

Print a mudata object

Description

Print a mudata object

Usage

## S3 method for class 'mudata'
print(x, ..., width = NULL)

## S3 method for class 'mudata'
summary(object, ...)

Arguments

x, object

A mudata object

...

Passed to other methods

width

The number of characters to use as console width

Value

print returns x (invisibly); summary returns a data frame with summary information.

Examples

print(kentvillegreenwood)
summary(kentvillegreenwood)


paleolimbot/mudata documentation built on Oct. 3, 2023, 10:03 a.m.