initiate_spec: initiate_spec

Description Usage Arguments Value

View source: R/j0j0.R

Description

creates a data.frame, spec, with all combinations of the values in the inpurt parameters

Usage

1
2
3
4
5
6
7
8
9
initiate_spec(
  k,
  phi,
  frequencies,
  directions,
  B,
  particles,
  integration_method
)

Arguments

k

numeric length of the fluctuation wavevector.

phi

numeric angle (in degrees) between the magnetic field and the fluctuation wavevector

frequencies

numeric fluctuation frequencies in Hz.

directions

character one or more spatial directions ("x", "y" or "z").

B

numeric strength of magnetic field in Tesla.

particles

list with mass, charge, and momentum distribution.

integration_method

character method to use for integration. One of "stats", "hcubature", "pcubature", "cuhre", "divonne", "suave", "vegas"

Value

data.frame


mstejner/j0j0r documentation built on May 23, 2020, 2:37 p.m.