summary.metalog {rmetalog} | R Documentation |
Summary of the metalog object
Description
Summary of the metalog object
Usage
## S3 method for class 'metalog'
summary(object, ...)
Arguments
object |
metalog object created from |
... |
ignored; included for S3 generic/method consistency |
Value
A summary of the object
Examples
# 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)
[Package rmetalog version 1.0.3 Index]