l_range: l_range

View source: R/l_range.R

l_rangeR Documentation

l_range

Description

l_range determines the common L range for all the oscillation spectrum as l_range = (L_min, L_max)

Usage

l_range(model.df)

Arguments

model.df

DataFrame.

Details

This function takes one argument, a dataframe with the synthetic oscillation spectra read from read_graco, read_adipls, read_gyre, or read_losc.

Value

It returns a vector with c(l_min, l_max)

See Also

n_range

Examples

range <- l_range(df_oscillations)

## Not run: 
  l_range(df_oscillations)

## End(Not run)

juancasy/tostada documentation built on March 13, 2024, 10:57 p.m.