length_ave: Model output averaged over length

View source: R/length_ave.R

length_aveR Documentation

Model output averaged over length

Description

Model output averaged over length

Usage

length_ave(ka0, ka1, f, pdf_type, paral, app = FALSE)

Arguments

ka0

original ka ka=[ <a>-3*std_a <a>+3*std_a]

ka1

output ka

f

complex form function - freq.(or ka) x - orient. angle

pdf_type

probablity density function type 1: uniform 2: Gaussian

paral

PDF parameters: paral[1] = no. of bins for L PDF; paral[2] = 1/3 max. deviation for uniform, = std(length) for Gaussian

app

= FALSE [boolean] function call from shiny interface or command line

Value

averaged sigma_bs points

Examples

ka0=ka
ka1=kaL
f=f1
pdf_type=2
paral=len_ave_para
length_ave(ka0,ka1,pdf_type,paral)

AustralianAntarcticDivision/ZooScatR documentation built on Aug. 13, 2022, 1:21 a.m.