initialize-LB_lengths-method: Create a new LB_lengths object

Description Usage Arguments Value Author(s)

Description

Function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S4 method for signature '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'

Author(s)

A. Hordyk


LBSPR documentation built on Oct. 6, 2021, 5:16 p.m.