n_minmax | R Documentation |
n_minmax
determines the smallest radial order (n) among all the
max(n, L)
n_minmax(model.df)
model.df |
DataFrame. |
This function takes one argument, a dataframe with the synthetic oscillation spectra read from read_graco, read_adipls, read_gyre, or read_losc.
It returns a single numeric value
n_max <- n_minmax(df_oscillations)
## Not run:
n_minmax(df_olscillations)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.