haupt-data.frame-numeric-method: Calculate something using the haupt method for data.frame and...

haupt,data.frame,numeric-methodR Documentation

Calculate something using the haupt method for data.frame and numeric objects.

Description

This method calculates something using the haupt function when the input object is of class data.frame and pars is of class numeric.

Usage

## S4 method for signature 'data.frame,numeric'
haupt(
  object,
  pars,
  lc = FLife::vonB(pars["sel1"], pars) * 0.9,
  lmax = "missing",
  ...
)

Arguments

object

An object of class data.frame.

pars

A parameter object (numeric).

lc

A threshold value for lc.

lmax

A threshold value for lmax.

...

Additional arguments (not used in this example).

Value

The result of the calculation.


laurieKell/FLCandy documentation built on April 17, 2025, 5:23 p.m.