print.mudata: Print a mudata object
Description
Print a mudata object
Usage
# S3 method for mudata
print(x, ..., width = NULL)# S3 method for mudata
summary(object, ...)
Value
print returns x (invisibly); summary returns a data frame with summary information.
Arguments
- x, object
A mudata object
- ...
Passed to other methods
- width
The number of characters to use as console width
Examples
Run this codeprint(kentvillegreenwood)
summary(kentvillegreenwood)
Run the code above in your browser using DataLab