prepare_solution {snvecR}R Documentation

Prepare Astronomical Solution

Description

Calculates helper columns from an astronomical solution input.

Usage

prepare_solution(data, quiet = FALSE)

Arguments

data

A data frame with the following columns:

  • t Time t (days).

  • ee Eccentricity e (unitless).

  • lph Longitude of perihelion \varpi (degrees).

  • lan Longitude of the ascending node \Omega (degrees).

  • inc Inclination I (degrees).

The easiest way to get this is with get_solution().

quiet

Be quiet?

  • If TRUE, hide info messages.

  • If FALSE (the default) print info messages and timing.

Details

New columns include:

Value

A tibble with the new columns added.

See Also

get_solution()


[Package snvecR version 3.9.4 Index]