Function
# S4 method for LB_lengths
initialize(
.Object,
file = "none",
LB_pars = NULL,
dataType = c("raw", "freq"),
header = FALSE,
verbose = TRUE,
...
)
class of object to be created
file path and name to CSV containing parameters. Alternatively it can be a matrix or vector of length data
a object of class LB_pars
is the length data individual measurements (raw) or a length frequency (freq)?
is there a header?
display a message?
optional additional arguments passed to read.csv
a object of class 'LB_lengths'