Skip to contents

n_minmax determines the smallest radial order (n) among all the max(n, L)

Usage

n_minmax(model.df)

Arguments

model.df

DataFrame.

Value

It returns a single numeric value

Details

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

Examples

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

if (FALSE) {
  n_minmax(df_olscillations)
}