plot.recruit_frame: plot recruit_frame as a barplot

Description Usage Arguments Value Examples

View source: R/set_recruitment.R

Description

The standard plot function for a recruit_frame.

Usage

1
2
## S3 method for class 'recruit_frame'
plot(data, ...)

Arguments

data

a recruit_frame generated by the function set_recruitment.

...

other barplot() parameter.

Value

opens a new barplot.

Examples

1
2
x <- set_recruitment(targetN=c(714,357), timePoints=0:23)
plot(x)

Knusprikus/BSSRed documentation built on July 6, 2020, 11:02 p.m.