summary.metalog: Summary of the metalog object

Description Usage Arguments Value Examples

View source: R/class_method.R

Description

Summary of the metalog object

Usage

1
2
## S3 method for class 'metalog'
summary(object, ...)

Arguments

object

metalog object created from metalog()

...

ignored; included for S3 generic/method consistency

Value

A summary of the object

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# Load example data
## Not run: 
data("fishSize")

# Create a bounded metalog object
myMetalog <- metalog(fishSize$FishSize,
                     bounds=c(0, 60),
                     boundedness = 'b',
                     term_limit = 13)

summary(myMetalog)

## End(Not run)

rmetalog documentation built on Jan. 26, 2021, 1:07 a.m.