print.eFrameGRMS: print.eFrameGRMS

View source: R/eFrame.R

print.eFrameGRMSR Documentation

print.eFrameGRMS

Description

print method for eFrameGRMS objects. Basically the same as summary.eFrame

Usage

## S3 method for class 'eFrameGRMS'
print(object, ...)

Arguments

object

An eFrameGRMS object.

Value

a list containing various summaries of the data

Examples

 rem<- san_nic_open$removals
 idx<- san_nic_open$index
 emf <- eFrameGRMS(rem, idx)
 print(emf)


dslramsey/eradicate documentation built on March 16, 2024, 1:40 p.m.