initialize-LB_lengths-method: Create a new LB_lengths object

initialize,LB_lengths-methodR Documentation

Create a new LB_lengths object

Description

Function

Usage

## 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


AdrianHordyk/LBSPR documentation built on July 21, 2023, 6:27 p.m.