Learn R Programming

rmetalog (version 1.0.3)

plot.metalog: Plot of the metalog object

Description

Plot of the metalog object

Usage

# S3 method for metalog
plot(x, ...)

Arguments

x

metalog object created using metalog()

...

ignored; included for S3 generic/method consistency

Value

A summary plot of the CDF and PDF for each term

Examples

Run this code
# NOT RUN {
# 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)

plot(myMetalog)
# }

Run the code above in your browser using DataLab