Function

# S4 method for LB_lengths
initialize(.Object, file = "none",
  LB_pars = NULL, dataType = c("raw", "freq"), header = FALSE,
  verbose = TRUE, ...)

Arguments

.Object

class of object to be created

file

file path and name to CSV containing parameters. Alternatively it can be a matrix or vector of length data

LB_pars

a object of class LB_pars

dataType

is the length data individual measurements (raw) or a length frequency (freq)?

header

is there a header?

verbose

display a message?

...

optional additional arguments passed to read.csv

Value

a object of class 'LB_lengths'