Skip to contents

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.

Value

It returns a vector with c(l_min, l_max)

Details

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

See also

Examples

range <- l_range(df_oscillations)
#> Error in eval(expr, envir, enclos): object 'df_oscillations' not found

if (FALSE) {
  l_range(df_oscillations)
}