Learn R Programming

MSEtool (version 2.0.1)

plot.retro: Methods for retro object

Description

plot and summary functions for retro object.

Usage

# S4 method for retro,missing
plot(x, color = NULL)

# S4 method for retro summary(object)

Arguments

x

An object of class '>retro.

color

An optional character vector of colors for plotting.

object

An object of class '>retro.

Examples

Run this code
# NOT RUN {
res <- SCA(Data = DLMtool::Red_snapper)
ret <- retrospective(res)

summary(ret)
# }
# NOT RUN {
plot(ret)
# }

Run the code above in your browser using DataLab