todo: document

plotStrat(
  data,
  dir = getwd(),
  npages = 5,
  col.fleet = "fleet",
  col.area = "state",
  col.age = "Age",
  col.length = "lengthcm",
  height = 10,
  width = 10
)

Arguments

data

A data frame

dir

The directory you want to print the plots

npages

The number of pages you want the plots split over.

col.fleet

Fleet column name.

col.area

Area column name.

col.age

Age column name.

col.length

Length column name.

height

Figure height.

width

Figure width.