Skip to contents

it wraps the LIME algorithm providing a common and similar interface to other lbms methods

Value

a list with estimation and simulation results. For the latter, dataframes with the relative expected catch at length, actual catch, relative fished and un-fished populations are returned. All vectors are standarised by dividing them by their total sum.

Super class

lbmstoolbox::Lbms -> LbsprLbms

Methods

Inherited methods


Method new()

Initialise class.

Usage

LbsprLbms$new(biological_params, catch_data)

Arguments

biological_params

biological parameters list

catch_data

list with a long and wide catch dataframe


Method prepare_catch_data()

Usage

LbsprLbms$prepare_catch_data(data)


Method build_lht_context()

Usage

LbsprLbms$build_lht_context()


Method run()

Run LBSPR algorithm

Usage

LbsprLbms$run(units = "cms", bindwidth = 1, verbose = TRUE, simul = TRUE)


Method clone()

The objects of this class are cloneable with this method.

Usage

LbsprLbms$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.