# 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