simulate_ff: simulate_ff

View source: R/simulate.r

simulate_ffR Documentation

simulate_ff

Description

simultate the far-field response of a multilayer stack

Usage

simulate_ff(
  ...,
  s = NULL,
  fun = tamm_stack,
  wavelength = seq(400, 1000),
  angle = 0,
  polarisation = c("p", "s")
)

Arguments

...

further arguments passed to fun

s

stack (optional)

fun

function returning a stack

wavelength

numeric vector

angle

incident angle in radians

polarisation

p or s

Details

wrapper around recursive_fresnelcpp for a stack structure

Value

data.frame

Author(s)

Baptiste Auguie

See Also

Other helping_functions user_level stack: rev.stack(), simulate_nf()


baptiste/planar documentation built on March 23, 2022, 5:39 p.m.